Adjust some spacing on dashboard home
This commit is contained in:
parent
085f7af8f7
commit
a978293c36
@ -5,18 +5,15 @@
|
||||
</h2>
|
||||
</x-slot>
|
||||
|
||||
<div class="py-12">
|
||||
<div class="max-w-full mx-auto sm:px-6 lg:px-8">
|
||||
<div class="max-w-full mx-auto">
|
||||
<div class="bg-white dark:bg-gray-800 overflow-hidden shadow-sm sm:rounded-lg">
|
||||
<div class="p-6 text-gray-900 dark:text-gray-100">
|
||||
{{ __("You're logged in!") }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="max-w-full mx-auto sm:px-6 lg:px-8">
|
||||
<div class="bg-white dark:bg-gray-800 overflow-hidden shadow-sm sm:rounded-lg">
|
||||
<div class="p-6 text-gray-900 dark:text-gray-100">
|
||||
<h2 class="font-semibold text-xl text-gray-800 dark:text-gray-200 leading-tight mb-2">
|
||||
{{ __('Channels') }}
|
||||
@ -27,7 +24,7 @@
|
||||
{{ __("You don't have access to any channels yet.") }}
|
||||
</p>
|
||||
@else
|
||||
<ul>
|
||||
<ul class="list-disc list-inside">
|
||||
@foreach ($channels as $channel)
|
||||
<li><a href="{{ route('dashboard.channel', ['channel' => $channel->username()]) }}" class="text-amber-400">{{ $channel->username() }}</a></li>
|
||||
@endforeach
|
||||
@ -35,5 +32,4 @@
|
||||
@endif
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</x-app-layout>
|
||||
|
Loading…
Reference in New Issue
Block a user