1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2024-12-01 13:20:54 +00:00

Collection detail: grid gap -> margin

This commit is contained in:
Romein van Buren 2023-01-17 16:50:58 +01:00
parent 49b2f52af8
commit 8cbc344eda
Signed by: romein
GPG Key ID: 0EFF8478ADDF6C49

View File

@ -60,14 +60,13 @@
height: 100%; height: 100%;
display: grid; display: grid;
grid-template: auto 1fr / 1fr; grid-template: auto 1fr / 1fr;
gap: 0.5rem;
} }
.collection.empty { .collection.empty {
grid-template: 1fr / 1fr; grid-template: 1fr / 1fr;
} }
.container { .container {
padding: 0 0.5rem; padding: 0.5rem;
display: flex; display: flex;
align-items: stretch; align-items: stretch;
overflow: auto; overflow: auto;