Remove content body height hardcoding and talk specific code

pull/14/head
Paróczai Olivér 2022-10-21 20:07:58 +02:00 zatwierdzone przez GitHub
rodzic 71a5f60f08
commit ca1cb82e04
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 0 dodań i 5 usunięć

Wyświetl plik

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