mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 21:52:25 -06:00
admin panel better small screen layout for wide tables
This commit is contained in:
parent
51213ea618
commit
6f561f6a56
|
|
@ -45,7 +45,7 @@ html {
|
||||||
}
|
}
|
||||||
#wrap {
|
#wrap {
|
||||||
position: relative;
|
position: relative;
|
||||||
max-width: 40em;
|
max-width: 80vw;
|
||||||
margin: 1.5em 2em;
|
margin: 1.5em 2em;
|
||||||
margin-bottom: 3em;
|
margin-bottom: 3em;
|
||||||
padding: 1.5em;
|
padding: 1.5em;
|
||||||
|
|
@ -177,7 +177,9 @@ a.r:hover, a.r:focus-visible {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
table {
|
table {
|
||||||
border-collapse: collapse;
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
overflow-y: hidden;
|
||||||
}
|
}
|
||||||
.vols td,
|
.vols td,
|
||||||
.vols th {
|
.vols th {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue