added folderthumbnails

This commit is contained in:
2025-02-20 14:59:00 +01:00
parent 57250b3adc
commit bce51dc3d6
7 changed files with 100 additions and 79 deletions

View File

@@ -49,6 +49,15 @@ body {
text-align: center;
}
.folderthumb {
height: 40px;
width: 70px !important;
overflow: hidden;
aspect-ratio: 1 / 1;
object-fit: contain;
margin: 20px 20px 0px -90px;
}
.row {
display: -ms-flexbox;
display: flex;
@@ -220,6 +229,15 @@ figure {
font-size: small;
}
.folderthumb {
height: 30px;
width: 50px !important;
overflow: hidden;
aspect-ratio: 1 / 1;
object-fit: contain;
margin: 15px 20px 0px -70px;
}
.navbar {
font-size: medium;
}
@@ -244,6 +262,15 @@ figure {
font-size: x-small;
}
.folderthumb {
height: 25px;
width: 30px !important;
overflow: hidden;
aspect-ratio: 1 / 1;
object-fit: contain;
margin: 10px 20px 0px -50px;
}
.navbar {
font-size: small;
}
@@ -276,6 +303,15 @@ figure {
font-size: xx-small;
}
.folderthumb {
height: 15px;
width: 20px !important;
overflow: hidden;
aspect-ratio: 1 / 1;
object-fit: contain;
margin: 5px 10px 0px -35px;
}
.navbar {
font-size: xx-small;
}