only show folder icons on folders with image thumbnails

This commit is contained in:
Til Schmitter 2026-05-08 23:33:05 +02:00
parent e29ef1b4fd
commit 696c709438
2 changed files with 2 additions and 1 deletions

View file

@ -1057,7 +1057,7 @@ tr.play td:nth-child(1) a {
animation: rotate 10s linear infinite;
}
}
html:not(.e) #ggrid>a.dir:before {
html:not(.e) #ggrid>a.thumbed.dir:before {
content: '📂';
}
#ggrid>a.dir>span {

View file

@ -6668,6 +6668,7 @@ var thegrid = (function () {
function th_onload(el) {
clmod(el.parentElement.parentElement, 'thumbed', true)
el.style.position = 'static'
el.style.opacity = '1'
el.style.height = '';