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