Update padding 2 (#44)

Update padding 2
This commit is contained in:
J.P 2024-05-17 04:15:40 +02:00 committed by GitHub
commit 83b772cd1c
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" v-if="channel.bannerUrl"
loading="lazy" loading="lazy"
:src="channel.bannerUrl" :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 flex-col items-center justify-between md:flex-row">
<div class="flex place-items-center"> <div class="flex place-items-center">

View file

@ -1,5 +1,5 @@
<template> <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">
<div class="flex flex-col gap-2 md:flex-row md:items-center"> <div class="flex flex-col gap-2 md:flex-row md:items-center">

View file

@ -10,7 +10,7 @@
/> />
</div> </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" /> <ErrorHandler v-if="video && video.error" :message="video.message" :error="video.error" />
<Transition> <Transition>
<ToastComponent v-if="shouldShowToast" @dismissed="dismiss"> <ToastComponent v-if="shouldShowToast" @dismissed="dismiss">