🎨
This commit is contained in:
parent
b8248bdd65
commit
7769095efb
2 changed files with 3 additions and 1 deletions
|
@ -16,6 +16,8 @@ defineProps<{
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
background: var(--infoWarnBg);
|
background: var(--infoWarnBg);
|
||||||
color: var(--infoWarnFg);
|
color: var(--infoWarnFg);
|
||||||
|
border-radius: var(--radius);
|
||||||
|
overflow: clip;
|
||||||
|
|
||||||
> .link {
|
> .link {
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
<div class="main _margin">
|
<div class="main _margin">
|
||||||
<MkButton v-if="!showNext && hasNext" class="load next" @click="showNext = true"><i class="ti ti-chevron-up"></i></MkButton>
|
<MkButton v-if="!showNext && hasNext" class="load next" @click="showNext = true"><i class="ti ti-chevron-up"></i></MkButton>
|
||||||
<div class="note _margin">
|
<div class="note _margin _gaps_s">
|
||||||
<MkRemoteCaution v-if="note.user.host != null" :href="note.url ?? note.uri"/>
|
<MkRemoteCaution v-if="note.user.host != null" :href="note.url ?? note.uri"/>
|
||||||
<XNoteDetailed :key="note.id" v-model:note="note" class="note"/>
|
<XNoteDetailed :key="note.id" v-model:note="note" class="note"/>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue