From 172659b1c4c4cafadf82c023b8ac4a818fbe030c Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Mon, 23 Oct 2023 18:11:57 +0200 Subject: [PATCH] fix up voting styling --- src/server/backend/plugins/others/poll/html/voting.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/server/backend/plugins/others/poll/html/voting.html b/src/server/backend/plugins/others/poll/html/voting.html index 64afdb7..45e6ee3 100644 --- a/src/server/backend/plugins/others/poll/html/voting.html +++ b/src/server/backend/plugins/others/poll/html/voting.html @@ -77,6 +77,15 @@ width: 50%; text-align: center; } + + .wrapper { + width: 100%; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + margin-bottom: 5vh; + }