mirror of
https://github.com/tiny-craft/tiny-rdm.git
synced 2025-04-22 22:08:04 +08:00
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-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">
|
||||
<n-text v-if="tabStore.nav === 'browser'" class="ellipsis" strong style="font-size: 13px">
|
||||
- {{ tabStore.currentTabName }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user