fix: reduce photo thumbnail size

This commit is contained in:
2026-06-13 07:48:44 +02:00
parent 2669f878e0
commit d2e77d9dee

View File

@@ -512,7 +512,7 @@ function htmlPage(): string {
}
.list {
--photo-thumb-size: 84px;
--photo-thumb-size: 64px;
display: flex;
flex-wrap: wrap;
align-content: flex-start;
@@ -926,7 +926,7 @@ function htmlPage(): string {
.list {
max-height: min(52vh, 420px);
--photo-thumb-size: 72px;
--photo-thumb-size: 64px;
gap: 4px;
}