mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 01:22:13 -06:00
up2k list wasnt centered anymore
This commit is contained in:
parent
0e82e79aea
commit
17ddd96cc6
|
@ -1833,12 +1833,13 @@ html.light #u2err.err {
|
||||||
#u2tabw {
|
#u2tabw {
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
transition: min-height .2s;
|
transition: min-height .2s;
|
||||||
margin: 3em auto;
|
margin: 3em 0;
|
||||||
}
|
}
|
||||||
#u2tab {
|
#u2tab {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
width: calc(100% - 2em);
|
width: calc(100% - 2em);
|
||||||
max-width: 100em;
|
max-width: 100em;
|
||||||
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
#op_up2k.srch #u2tabf {
|
#op_up2k.srch #u2tabf {
|
||||||
max-width: none;
|
max-width: none;
|
||||||
|
|
Loading…
Reference in a new issue