From de93aed59ab9d04a23d2a619cd6f630afc1689b9 Mon Sep 17 00:00:00 2001 From: Nils Maier Date: Wed, 21 Aug 2019 14:04:58 +0200 Subject: [PATCH] use fixed size in status --- style/common.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style/common.css b/style/common.css index 44eeb9b..3061e98 100644 --- a/style/common.css +++ b/style/common.css @@ -206,6 +206,7 @@ td.virtualtable { #status { font: status-bar; + font-size: 10pt; align-items: stretch; justify-items: center; background: linear-gradient(to bottom, rgba(128,128,128,0.1) 0%,rgba(0,0,0,0) 100%);