minor styling fixes
This commit is contained in:
parent
cf3931f529
commit
4912ede42c
3 changed files with 12 additions and 3 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
}
|
}
|
|
@ -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 }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue