mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 13:42:29 -06:00
only hide filename when thumbnail loaded
This commit is contained in:
parent
696c709438
commit
a7cf7fcd74
|
|
@ -3979,15 +3979,15 @@ html.e #wrap.thin {
|
||||||
}
|
}
|
||||||
a.img {
|
a.img {
|
||||||
max-height: none;
|
max-height: none;
|
||||||
span:not(.th_ext) {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.thumb,
|
.thumb,
|
||||||
img {
|
img {
|
||||||
max-height: none;
|
max-height: none;
|
||||||
height: calc(var(--grid-sz) - 8px);
|
height: calc(var(--grid-sz) - 8px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
a.img.thumbed span:not(.th_ext) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
#ggrid.gallery.nocrop {
|
#ggrid.gallery.nocrop {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
@ -4023,10 +4023,8 @@ html.e #wrap.thin {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
a.img {
|
a.img.thumbed span:not(.th_ext) {
|
||||||
span:not(.th_ext) {
|
display: none;
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue