From f1c451bafb2dd4a3c61cbb2072b5d5ffe5726842 Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Fri, 6 May 2022 04:06:16 -0700 Subject: web: move scroll ellipses to CSS where they belong --- web/static/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'web/static') diff --git a/web/static/style.css b/web/static/style.css index 51dac74..9eeb337 100644 --- a/web/static/style.css +++ b/web/static/style.css @@ -371,6 +371,7 @@ div#visits .p100 { color: #78c018; } div#visits .p140 { color: #20e018; } div#visits .p180 { color: #20e018; font-weight: bold; } div#visits .visit-col6 { color: #666; justify-content: left; font-family: monospace; white-space: pre; } +div#visits .visit-col6:not(:empty):before { content: '…'; } .modal { background-color: #000a; -- cgit v1.2.3-70-g09d2