disable html.e mobile layout

This commit is contained in:
Til Schmitter 2026-04-19 19:59:43 +02:00
parent a176968892
commit 714a0d48ca

View file

@ -3492,16 +3492,16 @@ html.d #treepar {
/* basically a mobile / phone layout */ /* basically a mobile / phone layout */
@media (max-width: 50em){ @media (max-width: 50em){
body { html:not(.e) body {
margin: 1em; margin: 1em;
} }
#topBar { html:not(.e) #topBar {
display: block; display: block;
} }
#headerArea { #headerArea {
margin: .2em; margin: .2em;
} }
#ops { html:not(.e) #ops {
margin: .5em; margin: .5em;
border-radius: .3em; border-radius: .3em;
} }
@ -3572,7 +3572,7 @@ html.d #treepar {
#up_quick_more a { #up_quick_more a {
padding: .6em; padding: .6em;
} }
#opa_acc { html:not(.e) #opa_acc {
position: absolute; position: absolute;
top: .5em; top: .5em;
right: .5em; right: .5em;
@ -4064,6 +4064,7 @@ html.e .opbox {
} }
html.e #topBar { html.e #topBar {
margin-bottom: -.9em; margin-bottom: -.9em;
margin-left: -.6em;
} }
html.e #headerArea { html.e #headerArea {
z-index: 1; z-index: 1;