mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-02-05 02:59:27 +00:00
added folderthumbnails
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user