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; white-space: normal;
word-wrap: break-word; word-wrap: break-word;
word-break: break-word; word-break: break-word;
overflow: hidden;
&:hover { &:hover {
--_still-image-img-visibility: visible; --_still-image-img-visibility: visible;

View file

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

View file

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

View file

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