fix: opt page style

This commit is contained in:
engigu
2026-01-22 19:54:09 +08:00
parent 910e81b06d
commit 05f582bd28
2 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ onMounted(() => {
<Button variant="ghost" size="icon" class="h-8 w-8 lg:hidden" @click="mobileMenuOpen = true">
<Menu class="h-5 w-5" />
</Button>
<span class="text-sm text-muted-foreground truncate max-w-[300px] sm:max-w-none">{{ sentence }}</span>
<span class="text-[10px] sm:text-sm text-muted-foreground truncate flex-1 min-w-0 mr-4" :title="sentence">{{ sentence }}</span>
</div>
<ThemeToggle />
</div>