From cd87a419405764346214d8aec0d98fd22252b7b6 Mon Sep 17 00:00:00 2001 From: Oskar Date: Sat, 5 Dec 2020 19:40:54 +0100 Subject: [PATCH] View: Minor CSS adjustments for visuals --- web/view.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/web/view.html b/web/view.html index ac64223..c917e6f 100644 --- a/web/view.html +++ b/web/view.html @@ -13,6 +13,8 @@ header { height: calc(38px - 16px); padding: 8px; + white-space: nowrap; + overflow: hidden; } main { height: calc(100% - 38px); @@ -28,14 +30,15 @@ vertical-align: top; } main > section.names, #nameheader { - width: 127px; + width: 199px; overflow: hidden; border-right: 1px solid gray; font-weight: bold; text-transform: capitalize; + white-space: nowrap; } main > section.times, #timeheader { - width: calc(100% - 128px); + width: calc(100% - 200px); overflow: hidden; } .scroll {