linux tends to have HUGE fonts
This commit is contained in:
parent
de93aed59a
commit
d3784d0add
@ -175,6 +175,10 @@ section {
|
|||||||
font: message-box;
|
font: message-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
*[data-platform="linux"] .virtualtable-container {
|
||||||
|
font-size: 12pt !important;
|
||||||
|
}
|
||||||
|
|
||||||
.virtualtable-column {
|
.virtualtable-column {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
@ -184,11 +188,9 @@ section {
|
|||||||
}
|
}
|
||||||
|
|
||||||
th.virtualtable {
|
th.virtualtable {
|
||||||
font: caption;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
td.virtualtable {
|
td.virtualtable {
|
||||||
font: message-box;
|
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
@ -371,6 +371,9 @@ body > * {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#nagging, #nagging * {
|
||||||
|
font-size: 10pt !important;
|
||||||
|
}
|
||||||
#nagging {
|
#nagging {
|
||||||
border-top: 1px solid lightgray;
|
border-top: 1px solid lightgray;
|
||||||
display: grid;
|
display: grid;
|
||||||
@ -383,7 +386,7 @@ body > * {
|
|||||||
min-height: 2em;
|
min-height: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 850px) {
|
@media (max-width: 1000px) {
|
||||||
#nagging-message {
|
#nagging-message {
|
||||||
grid-column: 1 / -1;
|
grid-column: 1 / -1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user