From c755b3f2abce16e67fa3379379ff856e93725ca8 Mon Sep 17 00:00:00 2001 From: Nils Maier Date: Wed, 21 Aug 2019 14:39:40 +0200 Subject: [PATCH] use fixed px font-size in status --- style/common.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style/common.css b/style/common.css index dc27dfb..e5001db 100644 --- a/style/common.css +++ b/style/common.css @@ -208,7 +208,7 @@ td.virtualtable { #status { font: status-bar; - font-size: 10pt; + font-size: 12px; align-items: stretch; justify-items: center; background: linear-gradient(to bottom, rgba(128,128,128,0.1) 0%,rgba(0,0,0,0) 100%); @@ -232,6 +232,8 @@ td.virtualtable { #status > * { overflow: hidden; text-overflow: ellipsis; + -webkit-user-select: none; + user-select: none; } #status > *:not(:last-child) { flex-grow: 3;