mirror of
https://github.com/m1ngsama/chat-bubbles-for-yt.git
synced 2025-12-24 10:51:21 +00:00
10 lines
148 B
CSS
10 lines
148 B
CSS
.chat {
|
|
padding-left: 34px;
|
|
padding-bottom: 200px;
|
|
|
|
display: flex;
|
|
flex-flow: column wrap;
|
|
align-items: flex-start;
|
|
|
|
font-size: 32px;
|
|
}
|