aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-04-26 18:50:11 +0300
committerHenry Jameson <me@hjkos.com>2022-04-26 18:50:22 +0300
commitcc8448565083031ff6bb7afaecbf43f26eff608f (patch)
treed5c60a1bedc5b23df2d1578a039876a85edcd1cd /src/App.scss
parent4e4c96dfaf5c16cb6c0e965601bbd53070f198a0 (diff)
improvements to chats view
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/App.scss b/src/App.scss
index d319aa52..018d0313 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -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 {