summaryrefslogtreecommitdiffstats
path: root/assets/index.css
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-10-12 18:24:15 -0500
committerToby Vincent <tobyv@tobyvin.dev>2024-10-12 18:28:31 -0500
commitaac6390f82d1f8626c466b531870dc5bde080f87 (patch)
tree8e6ecfaa68580d4d12a83513a403316a21b6703c /assets/index.css
parent8b9eb6eb88d871309348dff1527d69b4b32a98ec (diff)
feat: improve web-ui and add details
Diffstat (limited to 'assets/index.css')
-rw-r--r--assets/index.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/assets/index.css b/assets/index.css
index 9c170e4..dff7a03 100644
--- a/assets/index.css
+++ b/assets/index.css
@@ -32,10 +32,17 @@ tr {
}
td {
padding: 5px;
+ vertical-align: top;
}
td:first-of-type + td {
text-align: right;
}
+td > details > summary {
+ text-align: right;
+}
+td > details {
+ text-align: left;
+}
.ok {
color: #228b22;
}