mirror of
https://github.com/9001/copyparty.git
synced 2026-06-22 05:53:29 -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;
|
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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue