mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
bigger mobile list items
This commit is contained in:
parent
e6108a66a8
commit
38672364c4
|
|
@ -2038,6 +2038,7 @@ html.a .btn {
|
|||
#tree ul a {
|
||||
border-radius: var(--b-radius);
|
||||
display: inline-block;
|
||||
vertical-align: center;
|
||||
}
|
||||
.ntree a+a {
|
||||
width: calc(100% - 2.2em);
|
||||
|
|
@ -2605,11 +2606,6 @@ html.y #bbox-overlay figcaption a {
|
|||
top: -3.5em;
|
||||
pointer-events: none;
|
||||
}
|
||||
@-moz-document url-prefix() {
|
||||
#bbox-overlay.immersive #bbox-btns {
|
||||
top: 0;
|
||||
}
|
||||
}
|
||||
#bbox-overlay .btn {
|
||||
cursor: pointer;
|
||||
padding: 0 .4em;
|
||||
|
|
@ -3690,6 +3686,12 @@ html.e #wrap.thin {
|
|||
}
|
||||
}
|
||||
@media (max-width: 50em){
|
||||
.ntree a + a {
|
||||
line-height: 2em;
|
||||
}
|
||||
#files tbody a {
|
||||
padding: .8em 0;
|
||||
}
|
||||
html:not(.e) body {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
|
@ -4760,7 +4762,7 @@ html.e #detree {
|
|||
padding: 1em;
|
||||
pointer-events: none;
|
||||
transition: width .15s;
|
||||
background: linear-gradient(transparent, var(--bg-u2));
|
||||
background: linear-gradient(to top, var(--bg-u2), transparent);
|
||||
}
|
||||
.popup_button {
|
||||
border-radius: var(--b-radius);
|
||||
|
|
|
|||
Loading…
Reference in a new issue