Change table sizes to rem ()

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 {
align-items: center;
height: 64px;
padding: 6px 20px;
height: 4rem;
padding: .375rem 1.25rem;
color: var(--theme-content-accent-color);
}
th {
align-items: center;
height: 50px;
padding: 0 20px;
height: 3.125rem;
padding: 0 1.25rem;
font-weight: 500;
text-align: left;
color: var(--theme-content-trans-color);