mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -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 {
|
||||
position: relative;
|
||||
max-width: 40em;
|
||||
max-width: 80vw;
|
||||
margin: 1.5em 2em;
|
||||
margin-bottom: 3em;
|
||||
padding: 1.5em;
|
||||
|
|
@ -177,7 +177,9 @@ a.r:hover, a.r:focus-visible {
|
|||
margin: 0;
|
||||
}
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
overflow-x: auto;
|
||||
display: block;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
.vols td,
|
||||
.vols th {
|
||||
|
|
|
|||
Loading…
Reference in a new issue