folder previews with bigger margin

This commit is contained in:
Til Schmitter 2026-04-25 18:16:41 +02:00
parent ef28b0028a
commit 22ee54dbae

View file

@ -1028,6 +1028,10 @@ html.dz #flogout {
margin: 0 auto;
display: block;
}
#ggrid>a.dir img {
max-width: calc(var(--grid-sz) - 20px);
margin: 10px auto 0 auto;
}
#ggrid.nocrop>a img {
max-height: 20em;
max-height: calc(var(--grid-sz)*2);
@ -3712,6 +3716,18 @@ html.e #wrap.thin {
#ghead {
margin: 0 .5em 1em .5em;
}
#ghead::after {
box-shadow: inset -.5em 0 1em var(--bg-u2);
content: "";
position: sticky;
right: -.5em;
background: linear-gradient(to left, var(--bg-u2), transparent);
width: 3em;
height: 3.5em;
display: inline-block;
margin: -1em;
pointer-events: none;
}
.modalsplit {
display: block;
overflow-y: auto;