thumbnails in list view

This commit is contained in:
Til Schmitter 2026-06-13 22:37:55 +02:00
parent 173d258493
commit 164ae0039a

View file

@ -709,7 +709,6 @@ html.y #path {
display: block;
padding: .5em;
scroll-margin-top: 45vh;
border-radius: var(--radius);
}
#files tr {
scroll-margin-top: 25vh;
@ -1171,6 +1170,10 @@ tr.play td:nth-child(1) a {
padding: 4px 3px;
justify-content: center;
}
#files .imgcontainer img,
#files .imgcontainer {
border-radius: 0;
}
.th_ext {
z-index: 2;
position: absolute;
@ -5622,8 +5625,8 @@ html.f #ggrid > a.sel:hover .imgcontainer::before {
border-color: var(--g-fsel-bg) transparent transparent var(--g-fsel-bg);
}
/* #wrap:not(.thin) .ghead::after, */
html.f .dir.thumbed .imgcontainer::before,
html.f .au.thumbed:not(.play) .imgcontainer::before {
html.f #ggrid .dir.thumbed .imgcontainer::before,
html.f #ggrid .au.thumbed:not(.play) .imgcontainer::before {
content: "";
position: absolute;
left: 0;