From 5843930f4803ea030c8b8a7d6b31ee97e5e7fbc4 Mon Sep 17 00:00:00 2001 From: Miroslav Date: Fri, 25 Nov 2022 10:37:27 +0100 Subject: [PATCH] [mirotalksfu] - add border-radius root var --- public/css/Room.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/css/Room.css b/public/css/Room.css index aec08880..6fbc428e 100644 --- a/public/css/Room.css +++ b/public/css/Room.css @@ -34,6 +34,7 @@ :root { --body-bg: radial-gradient(#393939, #000000); --border: 1px solid rgb(255 255 255 / 32%); + --border-radius: 1rem; --msger-top: 50%; --msger-left: 50%; --msger-height: 680px; @@ -293,7 +294,7 @@ body { .tabcontent button i { border: var(--border); - border-radius: 5px; + border-radius: var(--border-radius); } /* on open display devices tab */