fonts support, cleanup
This commit is contained in:
parent
779b3dc122
commit
7d2faccd4f
13 changed files with 161 additions and 121 deletions
|
|
@ -1,5 +1,3 @@
|
|||
@import "../../variables";
|
||||
|
||||
.StatusBody {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
@ -14,7 +12,6 @@
|
|||
|
||||
& .text,
|
||||
& .summary {
|
||||
font-family: var(--postFont, sans-serif);
|
||||
white-space: pre-wrap;
|
||||
overflow-wrap: break-word;
|
||||
word-wrap: break-word;
|
||||
|
|
@ -41,7 +38,7 @@
|
|||
margin-bottom: 0.5em;
|
||||
border-style: solid;
|
||||
border-width: 0 0 1px;
|
||||
border-color: var(--border, $fallback--border);
|
||||
border-color: var(--border);
|
||||
flex-grow: 0;
|
||||
|
||||
&.-tall {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue