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

View File

@@ -59,7 +59,7 @@ function handleNavScroll(evt: Event) {
<div class="d-flex" v-html="logo" />
<h1 class="font-weight-bold leading-normal text-2xl">
MoviePilot
MOVIEPILOT
</h1>
</RouterLink>
</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

View File

@@ -1,5 +1,5 @@
<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 router from '@/router'

View File

@@ -85,8 +85,6 @@
font-size: 1.25rem;
font-weight: 700;
line-height: 1.75rem;
--tw-text-opacity: 1;
color: rgb(209 213 219/var(--tw-text-opacity));
}
@media (min-width: 640px){

View File

@@ -54,7 +54,7 @@ onBeforeMount(() => {
</div>
<div class="media-title">
<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 v-if="mediaDetail.year" class="text-lg">{{ mediaDetail.year }}</span>
</h1>

View File

@@ -77,7 +77,7 @@ onBeforeMount(() => {
<h1 class="text-3xl lg:text-4xl">
{{ personDetail.name }}
</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>
<span v-if="personDetail.birthday">{{ personDetail.birthday }}</span>
<span v-if="personDetail.place_of_birth"> | </span>