use fixed px font-size in status
This commit is contained in:
parent
bd1b471af2
commit
c755b3f2ab
@ -208,7 +208,7 @@ td.virtualtable {
|
|||||||
|
|
||||||
#status {
|
#status {
|
||||||
font: status-bar;
|
font: status-bar;
|
||||||
font-size: 10pt;
|
font-size: 12px;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
justify-items: center;
|
justify-items: center;
|
||||||
background: linear-gradient(to bottom, rgba(128,128,128,0.1) 0%,rgba(0,0,0,0) 100%);
|
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 > * {
|
#status > * {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
#status > *:not(:last-child) {
|
#status > *:not(:last-child) {
|
||||||
flex-grow: 3;
|
flex-grow: 3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user