mirror of
https://github.com/9001/copyparty.git
synced 2026-04-12 23:32:32 -06:00
Merge a3ef34dec3 into a5d859d2b1
This commit is contained in:
commit
fde82b5b58
|
|
@ -3231,14 +3231,40 @@ html.d #treepar {
|
|||
|
||||
|
||||
|
||||
@media (max-width: 28em) {
|
||||
#u2conf {
|
||||
font-size: .8em;
|
||||
}
|
||||
}
|
||||
@media (max-width: 32em) {
|
||||
#u2conf {
|
||||
font-size: .9em;
|
||||
}
|
||||
}
|
||||
@media (max-width: 28em) {
|
||||
#u2conf {
|
||||
font-size: .8em;
|
||||
@media (max-width: 35em) {
|
||||
#wrap {
|
||||
flex: 1 1 auto;
|
||||
min-height: 0;
|
||||
overflow-y: auto;
|
||||
overscroll-behavior-y: contain;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
#wtoggle {
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: auto;
|
||||
min-height: 1em;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
touch-action: pan-x;
|
||||
scrollbar-gutter: stable;
|
||||
border-radius: 0;
|
||||
padding-left: 0;
|
||||
padding-bottom: .35em;
|
||||
}
|
||||
#wtoggle>* {
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
}
|
||||
@media (min-width: 70em) {
|
||||
|
|
|
|||
|
|
@ -6886,7 +6886,7 @@ function aligngriditems() {
|
|||
if (((griditemcount * em2px) * gridsz) + totalgapwidth < gridwidth) {
|
||||
val = 'left';
|
||||
} else {
|
||||
val = treectl.hidden ? 'center' : 'space-between';
|
||||
val = treectl.hidden ? 'center' : 'space-evenly';
|
||||
}
|
||||
if (st.justifyContent != val)
|
||||
st.justifyContent = val;
|
||||
|
|
|
|||
Loading…
Reference in a new issue