minor UI fixes

This commit is contained in:
2026-06-10 18:39:37 +02:00
parent 7dc58121f0
commit fc9cc2a150
2 changed files with 26 additions and 0 deletions
+7
View File
@@ -118,6 +118,8 @@ h1 {
.sub { color: var(--text-muted); margin: 0 0 var(--space-5); max-width: 60ch; }
#poll-desc { white-space: pre-line; }
.hint { font-weight: normal; color: var(--text-muted); font-size: var(--font-sm); }
.note { font-size: var(--font-sm); color: var(--text-muted); }
@@ -465,6 +467,11 @@ textarea { resize: vertical; min-height: 4rem; }
::-webkit-scrollbar-thumb:hover { background: var(--primary-hover); }
/* === Responsive === */
@media (max-width: 540px) {
header.site { flex-wrap: wrap; }
.tagline { flex-basis: 100%; }
}
@media (max-width: 480px) {
.result-row { flex-wrap: wrap; }
.result-row .when { width: auto; }