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; }