forked from AkkomaGang/akkoma-fe
fix styling
This commit is contained in:
parent
3019dd4801
commit
ef1c3d57b6
4 changed files with 6 additions and 2 deletions
|
@ -5,6 +5,7 @@
|
|||
white-space: normal;
|
||||
word-wrap: break-word;
|
||||
word-break: break-word;
|
||||
overflow: hidden;
|
||||
|
||||
&:hover {
|
||||
--_still-image-img-visibility: visible;
|
||||
|
|
|
@ -62,7 +62,6 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-wrap: nowrap;
|
||||
overflow: hidden;
|
||||
|
||||
&.-tall-status {
|
||||
position: relative;
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
.mfm-post-content {
|
||||
overflow-y: hidden;
|
||||
};
|
||||
|
||||
@keyframes tada {
|
||||
from {
|
||||
transform: scale3d(1, 1, 1);
|
||||
|
|
Loading…
Reference in a new issue