fonts support, cleanup

This commit is contained in:
Henry Jameson 2024-02-22 18:04:28 +02:00
commit 7d2faccd4f
13 changed files with 161 additions and 121 deletions

View file

@ -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 {