mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
commit
83b772cd1c
3 changed files with 3 additions and 3 deletions
|
@ -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">
|
||||||
|
|
|
@ -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">
|
||||||
|
|
|
@ -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">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue