use fixed size in status

This commit is contained in:
Nils Maier 2019-08-21 14:04:58 +02:00
parent 7bb52bf869
commit de93aed59a

View File

@ -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%);