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;
|
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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue