feat: remove unnecessary styles from client layout
This commit is contained in:
parent
626c1c8453
commit
f6523ae97f
1 changed files with 0 additions and 24 deletions
|
@ -123,30 +123,6 @@ const members = [
|
|||
grid-row: 1;
|
||||
}
|
||||
|
||||
#test {
|
||||
grid-column: 3;
|
||||
grid-row: 1;
|
||||
}
|
||||
|
||||
.member-item {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#message-history,
|
||||
#members-list {
|
||||
padding-top: 3dvh;
|
||||
}
|
||||
|
||||
#message-history {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
padding-left: 3dvw;
|
||||
padding-right: 3dvw;
|
||||
}
|
||||
|
||||
#left-column {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue