From f73671eb3d77b2ae2700e24bb148a1955545bfd6 Mon Sep 17 00:00:00 2001 From: Davide Iadeluca Date: Tue, 9 Apr 2024 08:06:43 +0200 Subject: [PATCH] chore: remove some unused css rules --- resources/less/forum.less | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/resources/less/forum.less b/resources/less/forum.less index 9f496413..54909e23 100755 --- a/resources/less/forum.less +++ b/resources/less/forum.less @@ -527,26 +527,12 @@ pointer-events: none; } -.PollOption-information { - display: flex; - margin-left: 10px; - flex-direction: column; -} - .PollResult-row { display: flex; flex-grow: 1; justify-content: space-between; } -.PollResult-information { - display: flex; - flex-direction: column; - flex-grow: 1; - gap: 4px; - justify-content: space-between; - margin-left: 10px; - position: relative; -} + .PollResult-bar { -webkit-appearance: none; appearance: none; @@ -561,13 +547,6 @@ background-color: var(--muted-color-light); } } -.PollResult-percentagePosition { - bottom: -2px; - background: var(--muted-color-dark); - height: 8px; - position: absolute; - width: 4px; -} .Poll-title, .PollResult-number {