fix styling

This commit is contained in:
FloatingGhost 2022-06-14 16:35:08 +01:00
parent 3019dd4801
commit ef1c3d57b6
4 changed files with 6 additions and 2 deletions

View File

@ -5,6 +5,7 @@
white-space: normal;
word-wrap: break-word;
word-break: break-word;
overflow: hidden;
&:hover {
--_still-image-img-visibility: visible;

View File

@ -62,7 +62,6 @@
display: flex;
flex-direction: column;
flex-wrap: nowrap;
overflow: hidden;
&.-tall-status {
position: relative;

View File

@ -46,7 +46,7 @@
>
<MFMContent
v-if="renderMisskeyMarkdown && status.mfm_content"
class="RichContent text media-body"
class="RichContent text media-body mfm-post-content"
:status="status"
/>
<RichContent

View File

@ -1,3 +1,7 @@
.mfm-post-content {
overflow-y: hidden;
};
@keyframes tada {
from {
transform: scale3d(1, 1, 1);