layout vereinfacht
All checks were successful
Deploy to NAS / deploy (push) Successful in 2m9s

This commit is contained in:
Christoph K.
2026-04-09 22:05:21 +02:00
parent 213e015790
commit 735419662c
4 changed files with 23 additions and 54 deletions

View File

@@ -16,7 +16,7 @@
h1 { font-size: 1.4rem; font-weight: normal; letter-spacing: .05em; }
h2 { font-size: 1rem; font-weight: normal; letter-spacing: .05em; }
.err { color: #c00; }
.err, .error { color: #c00; }
.source-gps { color: #060; }
.source-manual { color: #888; }
@@ -28,9 +28,8 @@ h2 { font-size: 1rem; font-weight: normal; letter-spacing: .05em; }
.gps-row input { flex: 1; margin-bottom: 0; }
.gps-row button { white-space: nowrap; margin-bottom: 0; }
/* Two-column form */
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
@media (max-width: 480px) { .form-row { grid-template-columns: 1fr; } }
/* Narrow pages (login, register) */
.narrow { max-width: 400px; margin-top: 4rem; }
/* Image preview */
.image-preview { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: .8rem; }
@@ -53,9 +52,6 @@ h2 { font-size: 1rem; font-weight: normal; letter-spacing: .05em; }
/* Login */
.login-box { max-width: 360px; margin: 4rem auto; }
/* Error message */
.error { color: #c44; }
/* Hashtags */
.hashtags { margin-top: .3rem; }
.tag { font-size: .75rem; background: var(--pico-muted-background-color); padding: .1rem .4rem; border-radius: 999px; margin-right: .2rem; }