bigger mobile list items

This commit is contained in:
Til Schmitter 2026-04-26 12:50:56 +02:00
parent e6108a66a8
commit 38672364c4

View file

@ -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);