fix: 🐛 do it right
This commit is contained in:
parent
bd24de7ab7
commit
d6e92616be
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "misskey",
|
||||
"version": "12.118.1-calc.6.5",
|
||||
"version": "12.118.1-calc.6.6",
|
||||
"codename": "aqua",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
</div>
|
||||
</header>
|
||||
<div class="main">
|
||||
<div class="body">
|
||||
<div class="body" :to="notePage(appearNote)">
|
||||
<p v-if="appearNote.cw != null" class="cw">
|
||||
<Mfm v-if="appearNote.cw != ''" class="text" :text="appearNote.cw" :author="appearNote.user" :i="$i" :custom-emojis="appearNote.emojis"/>
|
||||
<XCwButton v-model="showContent" :note="appearNote"/>
|
||||
|
@ -76,7 +76,7 @@
|
|||
</div>
|
||||
<footer class="footer">
|
||||
<div class="info">
|
||||
<MkA class="created-at" :to="notePage(appearNote)">
|
||||
<MkA class="created-at">
|
||||
<MkTime :time="appearNote.createdAt" mode="detail"/>
|
||||
</MkA>
|
||||
</div>
|
||||
|
|
|
@ -401,14 +401,6 @@ function readPromo() {
|
|||
flex-shrink: 0;
|
||||
color: inherit;
|
||||
|
||||
&:after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
z-index: -1;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
> .dropdownIcon {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
@ -438,7 +430,6 @@ function readPromo() {
|
|||
> .main {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
pointer-events: all;
|
||||
|
||||
> .body {
|
||||
> .cw {
|
||||
|
@ -447,14 +438,13 @@ function readPromo() {
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
overflow-wrap: break-word;
|
||||
|
||||
> .text {
|
||||
margin-right: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
> .content {
|
||||
/* position: relative; */
|
||||
|
||||
&.isLong {
|
||||
> .showLess {
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in New Issue