chat-bubbles-for-yt/src/App.css
2023-01-09 20:02:27 +11:00

13 lines
No EOL
182 B
CSS

.App {
background-color: #00a000;
width: 100vw;
height: 100vh;
display: flex;
flex-direction: column-reverse;
}
.picker {
position: fixed!important;
top: 0;
right: 0;
}