mirror of
https://github.com/m1ngsama/chat-bubbles-for-yt.git
synced 2025-12-24 10:51:21 +00:00
13 lines
No EOL
182 B
CSS
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;
|
|
} |