mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
thumbnails in list view
This commit is contained in:
parent
173d258493
commit
164ae0039a
|
|
@ -709,7 +709,6 @@ html.y #path {
|
||||||
display: block;
|
display: block;
|
||||||
padding: .5em;
|
padding: .5em;
|
||||||
scroll-margin-top: 45vh;
|
scroll-margin-top: 45vh;
|
||||||
border-radius: var(--radius);
|
|
||||||
}
|
}
|
||||||
#files tr {
|
#files tr {
|
||||||
scroll-margin-top: 25vh;
|
scroll-margin-top: 25vh;
|
||||||
|
|
@ -1171,6 +1170,10 @@ tr.play td:nth-child(1) a {
|
||||||
padding: 4px 3px;
|
padding: 4px 3px;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
#files .imgcontainer img,
|
||||||
|
#files .imgcontainer {
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
.th_ext {
|
.th_ext {
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
position: absolute;
|
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);
|
border-color: var(--g-fsel-bg) transparent transparent var(--g-fsel-bg);
|
||||||
}
|
}
|
||||||
/* #wrap:not(.thin) .ghead::after, */
|
/* #wrap:not(.thin) .ghead::after, */
|
||||||
html.f .dir.thumbed .imgcontainer::before,
|
html.f #ggrid .dir.thumbed .imgcontainer::before,
|
||||||
html.f .au.thumbed:not(.play) .imgcontainer::before {
|
html.f #ggrid .au.thumbed:not(.play) .imgcontainer::before {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue