improvements to chats view
This commit is contained in:
parent
4e4c96dfaf
commit
cc84485650
2 changed files with 6 additions and 7 deletions
|
@ -140,7 +140,6 @@ nav {
|
|||
}
|
||||
|
||||
#main-scroller {
|
||||
margin-top: var(--navbar-height);
|
||||
grid-area: content;
|
||||
position: relative;
|
||||
}
|
||||
|
@ -206,13 +205,18 @@ nav {
|
|||
row-gap: var(--___columnMargin);
|
||||
align-content: start;
|
||||
|
||||
&:not(.-scrollable) {
|
||||
margin-top: var(--navbar-height);
|
||||
}
|
||||
|
||||
&:hover {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
&.-full-height {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
&.-scrollable {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue