html e fix

This commit is contained in:
Til Schmitter 2026-04-25 18:23:05 +02:00
parent 18ccf35fd4
commit 6adc8b28f5

View file

@ -3659,11 +3659,6 @@ html:not(.e) #wrap.thin {
padding: .3em; padding: .3em;
} }
} }
html.e #wrap.thin {
#ghead {
top: 5.1em;
}
}
#wrap.thin { #wrap.thin {
.td_w { .td_w {
width: calc(100vw - 8.5em); width: calc(100vw - 8.5em);
@ -3671,6 +3666,8 @@ html.e #wrap.thin {
.td_s { .td_s {
width: calc(50vw - 5em); width: calc(50vw - 5em);
} }
}
html:not(.e) #wrap.thin {
#ghead::after { #ghead::after {
content: ""; content: "";
position: sticky; position: sticky;
@ -3683,6 +3680,11 @@ html.e #wrap.thin {
pointer-events: none; pointer-events: none;
} }
} }
html.e #wrap.thin {
#ghead {
top: 5.1em;
}
}
@media (max-width: 50em){ @media (max-width: 50em){
html:not(.e) body { html:not(.e) body {
font-size: 1.1em; font-size: 1.1em;