style: increase logbooks-grid gap to 24px and fix server sync ciphertext key mismatch

This commit is contained in:
2026-05-28 11:22:43 +02:00
parent 92b20ad0c0
commit 56a2901958
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -532,7 +532,7 @@ body {
.logbooks-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 16px;
gap: 24px;
}
.logbook-card {