mirror of
https://github.com/NyaaStudios/nyaabooru.git
synced 2025-12-10 05:42:58 +00:00
Remove search for now, increase upload filesize limits
This commit is contained in:
parent
1442dbfa60
commit
cb086c4708
21 changed files with 117 additions and 244 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<div class="wa-flank wa-align-items-start wa-gap-3xl" style="--flank-size: 20rem;">
|
||||
|
||||
{{-- Sidebar --}}
|
||||
<div class="wa-stack" wire:poll>
|
||||
<div class="wa-stack">
|
||||
|
||||
{{-- Post navigation --}}
|
||||
<div class="wa-cluster">
|
||||
|
|
@ -63,9 +63,11 @@
|
|||
<span>Tags</span>
|
||||
</div>
|
||||
|
||||
@foreach ($post->tags as $tag)
|
||||
<span style="color: {{ $tag->tagGroup->color }};">{{ $tag->name }}</span>
|
||||
@endforeach
|
||||
<div class="wa-stack wa-gap-2xs" wire:poll>
|
||||
@foreach ($post->tags as $tag)
|
||||
<span style="color: {{ $tag->tagGroup->color }};">{{ $tag->name }}</span>
|
||||
@endforeach
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue