mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -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 {
|
||||
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;
|
||||
|
|
@ -4023,10 +4023,8 @@ html.e #wrap.thin {
|
|||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
a.img {
|
||||
span:not(.th_ext) {
|
||||
display: none;
|
||||
}
|
||||
a.img.thumbed span:not(.th_ext) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue