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; position: sticky;
top: 0; top: 0;
height: env(safe-area-inset-top); height: env(safe-area-inset-top);
background-color: #f7f7f7;
width: 100%; width: 100%;
z-index: 1; z-index: 1;
} }

View file

@ -12,6 +12,14 @@
--max-article-size: 75rem; --max-article-size: 75rem;
} }
#app {
position: relative
}
nav:is(.left, .right){
margin-block-start: env(safe-area-inset-top);
}
main { main {
position: relative; position: relative;
overflow-x: hidden; overflow-x: hidden;
@ -243,4 +251,4 @@ a.row.indent { margin-left: 1rem }
.markdown-editor > .EasyMDEContainer > .CodeMirror { .markdown-editor > .EasyMDEContainer > .CodeMirror {
flex: auto flex: auto
} }

View file

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