Skip to content

Commit

Permalink
Small design bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Autive committed Jan 16, 2024
1 parent d89d5bc commit 6214c37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/views/livewire/changelog/item.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="space-y-4">
<div class="flex flex-wrap justify-between">
<div class="flex justify-between space-y-4 flex-col md:flex-row">
<div class="flex flex-col">
<div class="flex flex-wrap flex-col">
<h1 class="font-bold text-2xl">{{ $changelog->title }}</h1>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/livewire/changelog/vote.blade.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="flex flex-col justify-between rounded-lg p-3 bg-white">
<div class="flex flex-col rounded-lg p-3 bg-white h-fit md:w-52">
<b class="text-md text-center">
@if($votes->count() > 0)
{{ trans('changelog.votes.liked-by') }}
Expand Down

0 comments on commit 6214c37

Please sign in to comment.