mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-25 11:27:31 -07:00
nowrap tab texts in MkNoteDetailed
This commit is contained in:
parent
8c1feb363f
commit
c4ad88ca98
1 changed files with 6 additions and 1 deletions
|
@ -33,7 +33,12 @@
|
||||||
detailedView
|
detailedView
|
||||||
></MkNote>
|
></MkNote>
|
||||||
|
|
||||||
<MkTab v-model="tab" :style="'underline'" @update:modelValue="loadTab">
|
<MkTab
|
||||||
|
v-model="tab"
|
||||||
|
style="white-space: nowrap"
|
||||||
|
:style="'underline'"
|
||||||
|
@update:modelValue="loadTab"
|
||||||
|
>
|
||||||
<option value="replies">
|
<option value="replies">
|
||||||
<!-- <i class="ph-arrow-u-up-left ph-bold ph-lg"></i> -->
|
<!-- <i class="ph-arrow-u-up-left ph-bold ph-lg"></i> -->
|
||||||
<span v-if="note.repliesCount > 0" class="count">{{
|
<span v-if="note.repliesCount > 0" class="count">{{
|
||||||
|
|
Loading…
Reference in a new issue