From 5bb7d52fb8c592c819c8a7e8d36618445fd1b739 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Thu, 5 Dec 2024 00:22:08 -0800 Subject: [PATCH] Visual cleanup --- static/list.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/static/list.html b/static/list.html index f0d7e46..77c6045 100644 --- a/static/list.html +++ b/static/list.html @@ -31,7 +31,7 @@ td div { display: flex; flex-direction: row; align-items: center; - padding: 5px; + padding: 5px 5px 5px 0; overflow: clip; text-wrap: nowrap; } @@ -48,6 +48,10 @@ a { text-decoration: none; color: var(--sl-color-primary-700); } + +.long, .short { + margin-left: 7px; +} @@ -105,11 +109,11 @@ document.addEventListener('DOMContentLoaded', () => {
- {{ .Short }} + {{ .Short }}
@@ -118,7 +122,7 @@ document.addEventListener('DOMContentLoaded', () => { - {{ .Long }} + {{ .Long }}