mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-25 05:29:07 +01:00
nowrap tab texts in MkNoteDetailed
This commit is contained in:
parent
8c1feb363f
commit
c4ad88ca98
@ -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 New Issue
Block a user