(test) remove container-type: inline-size;

This commit is contained in:
tamaina 2023-05-08 15:14:51 +00:00
parent c526df769d
commit 9448e64228
2 changed files with 1 additions and 2 deletions

View File

@ -46,7 +46,7 @@
<div :class="$style.main">
<MkNoteHeader :class="$style.header" :note="appearNote" :mini="true"/>
<MkInstanceTicker v-if="showTicker" :class="$style.ticker" :instance="appearNote.user.instance"/>
<div style="container-type: inline-size;">
<div>
<p v-if="appearNote.cw != null" :class="$style.cw">
<Mfm v-if="appearNote.cw != ''" style="margin-right: 8px;" :text="appearNote.cw" :author="appearNote.user" :i="$i"/>
<MkCwButton v-model="showContent" :note="appearNote"/>

View File

@ -587,7 +587,6 @@ if (appearNote.replyId) {
> .main {
> .body {
container-type: inline-size;
> .cw {
cursor: default;