Update padding 2
This commit is contained in:
J.P 2024-05-17 04:17:03 +02:00 committed by GitHub
commit 7d690ecb51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
v-if="channel.bannerUrl"
loading="lazy"
:src="channel.bannerUrl"
class="h-30 w-full object-cover py-1.5 md:h-50"
class="h-30 w-full object-cover py-1.5 md:h-50 p-15"
/>
<div class="flex flex-col items-center justify-between md:flex-row">
<div class="flex place-items-center">

View file

@ -1,5 +1,5 @@
<template>
<h1 v-t="'titles.history'" class="mb-3 text-center font-bold" />
<h1 v-t="'titles.history'" class="mb-3 text-center font-bold p-15" />
<div class="flex">
<div class="flex flex-col gap-2 md:flex-row md:items-center">

View file

@ -10,7 +10,7 @@
/>
</div>
<LoadingIndicatorPage :show-content="video && !isEmbed" class="w-full">
<LoadingIndicatorPage :show-content="video && !isEmbed" class="w-full p-15">
<ErrorHandler v-if="video && video.error" :message="video.message" :error="video.error" />
<Transition>
<ToastComponent v-if="shouldShowToast" @dismissed="dismiss">