This commit is contained in:
jxxghp
2023-07-31 11:52:28 +08:00
parent 288bfc54e9
commit a98d7785e8
7 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ function handleNavScroll(evt: Event) {
<div class="d-flex" v-html="logo" /> <div class="d-flex" v-html="logo" />
<h1 class="font-weight-bold leading-normal text-2xl"> <h1 class="font-weight-bold leading-normal text-2xl">
MoviePilot MOVIEPILOT
</h1> </h1>
</RouterLink> </RouterLink>
</slot> </slot>
Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

+1 -1
View File
@@ -1,5 +1,5 @@
<script lang="ts" setup> <script lang="ts" setup>
import personIcon from '@images/misc/person.png' import personIcon from '@images/misc/person-icon.png'
import type { TmdbPerson } from '@/api/types' import type { TmdbPerson } from '@/api/types'
import router from '@/router' import router from '@/router'
-2
View File
@@ -85,8 +85,6 @@
font-size: 1.25rem; font-size: 1.25rem;
font-weight: 700; font-weight: 700;
line-height: 1.75rem; line-height: 1.75rem;
--tw-text-opacity: 1;
color: rgb(209 213 219/var(--tw-text-opacity));
} }
@media (min-width: 640px){ @media (min-width: 640px){
+1 -1
View File
@@ -54,7 +54,7 @@ onBeforeMount(() => {
</div> </div>
<div class="media-title"> <div class="media-title">
<div class="media-status" /> <div class="media-status" />
<h1 class="flex flex-col items-baseline md:flex-row"> <h1 class="flex flex-row items-baseline justify-start lg:justify-center">
<span>{{ mediaDetail.title }}</span> <span>{{ mediaDetail.title }}</span>
<span v-if="mediaDetail.year" class="text-lg">{{ mediaDetail.year }}</span> <span v-if="mediaDetail.year" class="text-lg">{{ mediaDetail.year }}</span>
</h1> </h1>
+1 -1
View File
@@ -77,7 +77,7 @@ onBeforeMount(() => {
<h1 class="text-3xl lg:text-4xl"> <h1 class="text-3xl lg:text-4xl">
{{ personDetail.name }} {{ personDetail.name }}
</h1> </h1>
<div class="mt-1 mb-2 space-y-1 text-xs text-white sm:text-sm lg:text-base"> <div class="mt-1 mb-2 space-y-1 text-xs sm:text-sm lg:text-base">
<div> <div>
<span v-if="personDetail.birthday">{{ personDetail.birthday }}</span> <span v-if="personDetail.birthday">{{ personDetail.birthday }}</span>
<span v-if="personDetail.place_of_birth"> | </span> <span v-if="personDetail.place_of_birth"> | </span>