Just swapped lines for table's styles.

This commit is contained in:
Alexander Andreev 2021-03-08 01:17:15 +04:00
parent 0b4272e991
commit 6645e89efb
Signed by: Arav
GPG Key ID: 610DF2574456329F

View File

@ -103,26 +103,28 @@ table { overflow-y: scroll; width: 100%; }
tr { vertical-align: top; }
td a { display: block; width: 100%; }
tr:hover { background-color: var(--primary-color); color: white; }
tr:hover a { color: white; }
th { text-align: left; }
th:nth-child(2),
th:last-child { width: 1%; white-space: nowrap; }
th,
td { line-break: strict; }
th:nth-child(2),
th:last-child { width: 1%; white-space: nowrap; }
td:nth-child(2) { padding: 0 1rem; }
td a { display: block; width: 100%; }
td a:hover { transition: none; }
td:nth-child(2),
td:last-child { white-space: nowrap; }
th:nth-child(2),
td:nth-child(2) { padding: 0 1rem; }
footer {
font-size: .8rem;
text-align: center;