mirror of
https://github.com/9001/copyparty.git
synced 2026-06-19 04:32:26 -06:00
html e fix
This commit is contained in:
parent
18ccf35fd4
commit
6adc8b28f5
|
|
@ -3659,11 +3659,6 @@ html:not(.e) #wrap.thin {
|
|||
padding: .3em;
|
||||
}
|
||||
}
|
||||
html.e #wrap.thin {
|
||||
#ghead {
|
||||
top: 5.1em;
|
||||
}
|
||||
}
|
||||
#wrap.thin {
|
||||
.td_w {
|
||||
width: calc(100vw - 8.5em);
|
||||
|
|
@ -3671,6 +3666,8 @@ html.e #wrap.thin {
|
|||
.td_s {
|
||||
width: calc(50vw - 5em);
|
||||
}
|
||||
}
|
||||
html:not(.e) #wrap.thin {
|
||||
#ghead::after {
|
||||
content: "";
|
||||
position: sticky;
|
||||
|
|
@ -3683,6 +3680,11 @@ html.e #wrap.thin {
|
|||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
html.e #wrap.thin {
|
||||
#ghead {
|
||||
top: 5.1em;
|
||||
}
|
||||
}
|
||||
@media (max-width: 50em){
|
||||
html:not(.e) body {
|
||||
font-size: 1.1em;
|
||||
|
|
|
|||
Loading…
Reference in a new issue