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
+19
View File
@@ -175,5 +175,24 @@
"closed": false, "closed": false,
"createdAt": "2026-06-10T16:01:51.4082662Z", "createdAt": "2026-06-10T16:01:51.4082662Z",
"adminToken": "wBmkZL25zTkrzYgCQBjtGxWY" "adminToken": "wBmkZL25zTkrzYgCQBjtGxWY"
},
{
"id": "y4rE5zp9hW",
"title": "Ad",
"description": "awdwadw\n\nawdawdwa\nwadwda\n\n\nwadw",
"options": [
{
"id": "mkaa95Gr",
"date": "2026-06-18"
},
{
"id": "pQbnHN7b",
"date": "2026-06-20"
}
],
"votes": [],
"closed": false,
"createdAt": "2026-06-10T16:39:18.0584144Z",
"adminToken": "hKD8vupZhQN6vY2BUbXYRwfj"
} }
] ]
+7
View File
@@ -118,6 +118,8 @@ h1 {
.sub { color: var(--text-muted); margin: 0 0 var(--space-5); max-width: 60ch; } .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); } .hint { font-weight: normal; color: var(--text-muted); font-size: var(--font-sm); }
.note { font-size: var(--font-sm); color: var(--text-muted); } .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); } ::-webkit-scrollbar-thumb:hover { background: var(--primary-hover); }
/* === Responsive === */ /* === Responsive === */
@media (max-width: 540px) {
header.site { flex-wrap: wrap; }
.tagline { flex-basis: 100%; }
}
@media (max-width: 480px) { @media (max-width: 480px) {
.result-row { flex-wrap: wrap; } .result-row { flex-wrap: wrap; }
.result-row .when { width: auto; } .result-row .when { width: auto; }