From ca1cb82e0405d8b2f9a41f13b3af505ad6e6763a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Par=C3=B3czai=20Oliv=C3=A9r?= Date: Fri, 21 Oct 2022 20:07:58 +0200 Subject: [PATCH] Remove content body height hardcoding and talk specific code --- css/unround.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/css/unround.css b/css/unround.css index 9f28809..2dfa07a 100644 --- a/css/unround.css +++ b/css/unround.css @@ -1,7 +1,6 @@ :root { /* Body container settings */ --body-container-margin: 0px !important; --body-container-radius: 0px !important; ---body-height: 100% !important; } [data-theme-light], [data-theme-dark]{ /* For sitewide buttons, both themes */ @@ -33,10 +32,6 @@ border-radius: var(--border-radius-pill) !important; } -.main-view { /* For Talk app */ - height: calc(100% - 50px) !important; -} - #uploadprogressbar { /* For upload progress bar */ border-radius: var(--border-radius-pill) 0 0 var(--border-radius-pill) !important; }