mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
fix for last commit
This commit is contained in:
parent
a7cf7fcd74
commit
b5de11093b
|
|
@ -3977,17 +3977,17 @@ html.e #wrap.thin {
|
|||
padding: .1em 0;
|
||||
margin: .3em;
|
||||
}
|
||||
a.img {
|
||||
a.img.thumbed {
|
||||
max-height: none;
|
||||
span:not(.th_ext) {
|
||||
display: none;
|
||||
}
|
||||
.thumb,
|
||||
img {
|
||||
max-height: none;
|
||||
height: calc(var(--grid-sz) - 8px);
|
||||
}
|
||||
}
|
||||
a.img.thumbed span:not(.th_ext) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
#ggrid.gallery.nocrop {
|
||||
text-align: center;
|
||||
|
|
@ -4004,7 +4004,7 @@ html.e #wrap.thin {
|
|||
height: calc(var(--grid-sz) - 1.5em);
|
||||
}
|
||||
}
|
||||
a.img {
|
||||
a.img.thumbed {
|
||||
min-width: calc(var(--grid-sz) / 2);
|
||||
width: auto;
|
||||
.thumb {
|
||||
|
|
@ -4014,6 +4014,9 @@ html.e #wrap.thin {
|
|||
max-width: 100%;
|
||||
height: var(--grid-sz);
|
||||
}
|
||||
span:not(.th_ext) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
a.dir {
|
||||
.thumb,
|
||||
|
|
@ -4023,9 +4026,6 @@ html.e #wrap.thin {
|
|||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
a.img.thumbed span:not(.th_ext) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
#ggrid > a {
|
||||
|
|
|
|||
Loading…
Reference in a new issue