Refactor address table to improve cell wrapping

This commit is contained in:
Mononaut
2024-06-23 03:17:33 +00:00
parent 9394572ec3
commit 29a8f6a09e
2 changed files with 61 additions and 68 deletions

View File

@@ -375,6 +375,14 @@ main {
background-color: var(--stat-box-bg);
}
.dual-col-striped tbody tr:nth-of-type(odd) td:not(.spacer) {
background-color: var(--stat-box-bg);
}
.dual-col-striped tbody tr td.spacer {
width: 30px;
}
.bordertop {
border-top: 1px solid #4c4c4c;
}