From 4d10fe6547bcbf0323f31a16e30849a66bd8ebf0 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Sun, 28 Jul 2024 16:38:48 +0200 Subject: [PATCH] [mirotalksfu] - fix typo --- public/css/Polls.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/css/Polls.css b/public/css/Polls.css index 4b69aea9..700d3af3 100644 --- a/public/css/Polls.css +++ b/public/css/Polls.css @@ -1,15 +1,15 @@ .pls-container { z-index: 5; position: absolute; - background: var(--body-bg); padding: 20px; - border-radius: 10px; - border: var(--border); - box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); width: 100%; height: 100%; max-width: 600px; max-height: 700px; + border-radius: 10px; + background: var(--body-bg); + border: var(--border); + box-shadow: var(--box-shadow); overflow: hidden; }