minor styling fixes

This commit is contained in:
Gordon Pedersen 2025-02-10 16:36:26 +11:00
parent cf3931f529
commit 4912ede42c
3 changed files with 12 additions and 3 deletions

View file

@ -38,7 +38,6 @@
position: sticky;
top: 0;
height: env(safe-area-inset-top);
background-color: #f7f7f7;
width: 100%;
z-index: 1;
}

View file

@ -12,6 +12,14 @@
--max-article-size: 75rem;
}
#app {
position: relative
}
nav:is(.left, .right){
margin-block-start: env(safe-area-inset-top);
}
main {
position: relative;
overflow-x: hidden;

View file

@ -4,7 +4,9 @@ nav header { z-index: 101 }
nav.bottom.s:not(.drawer) :is(button,.button) > menu { z-index: 100 }
.fab { z-index: 1 }
.fab {
z-index: 1
}
.avatar::after { z-index: 1 }