Change table sizes to rem (#43)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov 2021-08-20 13:36:52 +03:00 committed by GitHub
parent ee3534a4bb
commit 1a86784a11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,14 +84,14 @@ function onClick(object: Doc) {
td { td {
align-items: center; align-items: center;
height: 64px; height: 4rem;
padding: 6px 20px; padding: .375rem 1.25rem;
color: var(--theme-content-accent-color); color: var(--theme-content-accent-color);
} }
th { th {
align-items: center; align-items: center;
height: 50px; height: 3.125rem;
padding: 0 20px; padding: 0 1.25rem;
font-weight: 500; font-weight: 500;
text-align: left; text-align: left;
color: var(--theme-content-trans-color); color: var(--theme-content-trans-color);