fix: reduce photo thumbnail size
This commit is contained in:
@@ -512,7 +512,7 @@ function htmlPage(): string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.list {
|
.list {
|
||||||
--photo-thumb-size: 84px;
|
--photo-thumb-size: 64px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
align-content: flex-start;
|
align-content: flex-start;
|
||||||
@@ -926,7 +926,7 @@ function htmlPage(): string {
|
|||||||
|
|
||||||
.list {
|
.list {
|
||||||
max-height: min(52vh, 420px);
|
max-height: min(52vh, 420px);
|
||||||
--photo-thumb-size: 72px;
|
--photo-thumb-size: 64px;
|
||||||
gap: 4px;
|
gap: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user