moved some post styles into status body since they inferfere with usernames

This commit is contained in:
Henry Jameson 2021-06-07 20:02:09 +03:00
parent 5e83672274
commit 6090327236
2 changed files with 11 additions and 7 deletions

View file

@ -1,11 +1,4 @@
.RichContent { .RichContent {
font-family: var(--postFont, sans-serif);
line-height: 1.4em;
white-space: pre-wrap;
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
blockquote { blockquote {
margin: 0.2em 0 0.2em 2em; margin: 0.2em 0 0.2em 2em;
font-style: italic; font-style: italic;

View file

@ -1,10 +1,21 @@
@import '../../_variables.scss'; @import '../../_variables.scss';
.StatusBody { .StatusBody {
.emoji { .emoji {
--_still_image-label-scale: 0.5; --_still_image-label-scale: 0.5;
} }
& .text,
& .summary {
font-family: var(--postFont, sans-serif);
white-space: pre-wrap;
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
line-height: 1.4em;
}
.summary { .summary {
display: block; display: block;
font-style: italic; font-style: italic;