Update Styling

This commit is contained in:
2026-06-10 17:49:48 +02:00
parent 0411436532
commit 1e414b564d
7 changed files with 396 additions and 187 deletions
+5 -5
View File
@@ -4,8 +4,8 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mediator — poll</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:wght@700;800&display=swap" rel="stylesheet">
<link rel="preload" href="/static/fonts/IosevkaEtoile.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/static/fonts/IosevkaSlab.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="/static/style.css">
</head>
<body>
@@ -45,13 +45,13 @@
</div>
<div class="card">
<strong style="font-size:14px;">Answers so far <span class="hint" id="answer-count"></span></strong>
<span class="panel-header">Answers so far <span class="hint" id="answer-count"></span></span>
<div id="results"></div>
</div>
<div class="card" id="admin-card" hidden>
<strong style="font-size:14px;">Organizer tools</strong>
<p class="note" style="margin:6px 0 12px;">Polls can't be edited after creation — only closed (stops new answers) or deleted for good.</p>
<span class="panel-header">Organizer tools</span>
<p class="note">Polls can't be edited after creation — only closed (stops new answers) or deleted for good.</p>
<div class="actions">
<button class="btn btn-ghost" id="close-btn">Close poll</button>
<button class="btn btn-danger" id="delete-btn">Delete poll</button>