refactor(ui): compact sidebar photo tiles
This commit is contained in:
@@ -498,11 +498,12 @@ function htmlPage(): string {
|
|||||||
|
|
||||||
.list {
|
.list {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fill, minmax(104px, 1fr));
|
grid-template-columns: repeat(auto-fill, minmax(84px, 1fr));
|
||||||
gap: 8px;
|
gap: 6px;
|
||||||
align-content: start;
|
align-content: start;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
overflow: auto;
|
overflow-y: auto;
|
||||||
|
overflow-x: hidden;
|
||||||
padding-right: 2px;
|
padding-right: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -858,7 +859,7 @@ function htmlPage(): string {
|
|||||||
|
|
||||||
.list {
|
.list {
|
||||||
max-height: min(52vh, 420px);
|
max-height: min(52vh, 420px);
|
||||||
grid-template-columns: repeat(auto-fill, minmax(88px, 1fr));
|
grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
|
|||||||
Reference in New Issue
Block a user