noscript-discord/assets/style.css
2024-02-28 22:44:05 +13:00

21 lines
362 B
CSS

body {
background: #333333;
color: white;
padding: 0;
margin: 0;
}
.container {
display: flex;
flex-direction: column-reverse;
}
.messages {
max-height: 100%;
display: flex;
flex-direction: column;
overflow-y: auto;
justify-content: flex-end;
flex-wrap: nowrap;
}