fix: keep the app title unwrapped (#217)
This commit is contained in:
parent
2e28c1b44b
commit
fc67590bde
|
@ -133,7 +133,7 @@ onMounted(async () => {
|
||||||
}">
|
}">
|
||||||
<n-space :size="3" :wrap="false" :wrap-item="false" align="center">
|
<n-space :size="3" :wrap="false" :wrap-item="false" align="center">
|
||||||
<n-avatar :size="32" :src="iconUrl" color="#0000" style="min-width: 32px" />
|
<n-avatar :size="32" :src="iconUrl" color="#0000" style="min-width: 32px" />
|
||||||
<div style="min-width: 68px; font-weight: 800">Tiny RDM</div>
|
<div style="min-width: 68px; white-space: nowrap; font-weight: 800">Tiny RDM</div>
|
||||||
<transition name="fade">
|
<transition name="fade">
|
||||||
<n-text v-if="tabStore.nav === 'browser'" class="ellipsis" strong style="font-size: 13px">
|
<n-text v-if="tabStore.nav === 'browser'" class="ellipsis" strong style="font-size: 13px">
|
||||||
- {{ tabStore.currentTabName }}
|
- {{ tabStore.currentTabName }}
|
||||||
|
|
Loading…
Reference in New Issue