Stream page sidebar make padding consistent
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
<div class="pt-2 sm:px-2 lg:px-4 2xl:w-[450px]">
|
<div class="pt-2 sm:px-2 lg:px-4 2xl:w-[450px] p-2">
|
||||||
<div class="bg-transparent rounded-lg overflow-hidden p-2">
|
|
||||||
@if (count($popularWeekly) > 0)
|
@if (count($popularWeekly) > 0)
|
||||||
<p class="leading-normal font-bold text-xl dark:text-white pb-2">
|
<p class="leading-normal font-bold text-xl dark:text-white pb-2">
|
||||||
{{ __('home.popular-weekly') }}
|
{{ __('home.popular-weekly') }}
|
||||||
@@ -21,4 +20,3 @@
|
|||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
@if (count($moreEpisodes) > 0)
|
@if (count($moreEpisodes) > 0)
|
||||||
<div class="pt-2 sm:px-2 lg:px-4 2xl:w-[450px]">
|
<div class="pt-2 sm:px-2 lg:px-4 2xl:w-[450px] p-2">
|
||||||
<div class="bg-transparent overflow-hidden p-4">
|
|
||||||
<p class="leading-normal font-bold text-xl dark:text-white pb-2">
|
<p class="leading-normal font-bold text-xl dark:text-white pb-2">
|
||||||
{{ __('stream.more-from') }} <a class="text-rose-600 hover:underline hover:underline-offset-4 break-words" href="{{ route('hentai.index', ['title' => $episode->hentai->slug]) }}">{{ $episode->title }}</a>
|
{{ __('stream.more-from') }} <a class="text-rose-600 hover:underline hover:underline-offset-4 break-words" href="{{ route('hentai.index', ['title' => $episode->hentai->slug]) }}">{{ $episode->title }}</a>
|
||||||
</p>
|
</p>
|
||||||
@@ -14,5 +13,4 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
@endif
|
@endif
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
@if (count($studioEpisodes) > 0)
|
@if (count($studioEpisodes) > 0)
|
||||||
<div class="pt-2 sm:px-2 lg:px-4 2xl:w-[450px]">
|
<div class="pt-2 sm:px-2 lg:px-4 2xl:w-[450px] p-2">
|
||||||
<div class="bg-transparent rounded-lg overflow-hidden p-4">
|
|
||||||
<p class="leading-normal font-bold text-xl dark:text-white pb-2">
|
<p class="leading-normal font-bold text-xl dark:text-white pb-2">
|
||||||
{{ __('stream.more-from-studio') }} <a class="text-rose-600 hover:underline hover:underline-offset-4 break-words" href="{{ route('hentai.search', ['studios[0]' => $episode->studio->slug]) }}">{{ $episode->studio->name }}</a>
|
{{ __('stream.more-from-studio') }} <a class="text-rose-600 hover:underline hover:underline-offset-4 break-words" href="{{ route('hentai.search', ['studios[0]' => $episode->studio->slug]) }}">{{ $episode->studio->name }}</a>
|
||||||
</p>
|
</p>
|
||||||
@@ -14,5 +13,4 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
@endif
|
@endif
|
||||||
|
|||||||
Reference in New Issue
Block a user