Unify MoviePilot wordmark styling across layouts

This commit is contained in:
jxxghp
2026-07-30 14:51:50 +08:00
parent d29a008e13
commit f761c59637
4 changed files with 15 additions and 11 deletions
+2 -2
View File
@@ -53,8 +53,8 @@ function handleNavScroll(evt: Event) {
<RouterLink to="/" class="app-logo d-flex align-center app-title-wrapper">
<ThemeLogoMark />
<h1 class="font-weight-bold leading-normal text-xl">
MOVIEPILOT <span class="text-sm text-gray-500">v2</span>
<h1 class="leading-normal text-xl">
<span class="moviepilot-wordmark">MOVIEPILOT</span> <span class="text-sm text-gray-500">v2</span>
</h1>
</RouterLink>
</slot>