feat: change spacing of messages
This commit is contained in:
parent
cc36fc1912
commit
a110e39c2b
1 changed files with 3 additions and 0 deletions
|
@ -71,6 +71,9 @@ if (now.getUTCHours() >= 0) {
|
||||||
.message-data {
|
.message-data {
|
||||||
/* border: 1px solid white; */
|
/* border: 1px solid white; */
|
||||||
margin-left: .5dvw;
|
margin-left: .5dvw;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 1dvh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-author {
|
.message-author {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue