mirror of
https://github.com/9001/copyparty.git
synced 2026-06-19 12:42:51 -06:00
folder previews with bigger margin
This commit is contained in:
parent
ef28b0028a
commit
22ee54dbae
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue