mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 05:32:25 -06:00
addition to last commit
This commit is contained in:
parent
c4410c4c46
commit
e413ba7ac6
|
|
@ -3323,6 +3323,9 @@ html.d #treepar {
|
||||||
#wfp {
|
#wfp {
|
||||||
margin-left: .1em !important;
|
margin-left: .1em !important;
|
||||||
}
|
}
|
||||||
|
#ggrid {
|
||||||
|
margin: 0em -0.25em !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@media (max-width: 32em) {
|
@media (max-width: 32em) {
|
||||||
#u2conf {
|
#u2conf {
|
||||||
|
|
@ -3399,7 +3402,7 @@ html.d #treepar {
|
||||||
@supports (display: grid) and (gap: 1em) {
|
@supports (display: grid) and (gap: 1em) {
|
||||||
#ggrid {
|
#ggrid {
|
||||||
display: grid;
|
display: grid;
|
||||||
margin: 0em -0.25em;
|
margin: 0;
|
||||||
padding: unset;
|
padding: unset;
|
||||||
grid-template-columns: repeat(auto-fit,var(--grid-sz));
|
grid-template-columns: repeat(auto-fit,var(--grid-sz));
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue