1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Styles: Aligned empty state alignment & consistency

- Fixed inital empty state margins/paddings to be aligned and not differ
when lists are empty.
- Aligned button/action display when viewing empty entities.
- Fixed use of non-existing permission in books for book empty state
  button.

Fixes #4563
This commit is contained in:
Dan Brown
2023-10-23 11:53:19 +01:00
parent d42af4affc
commit 9b4f1fb981
9 changed files with 30 additions and 15 deletions

View File

@ -5,7 +5,7 @@
@endforeach
</div>
@else
<p class="text-muted empty-text">
<p class="text-muted empty-text pb-l mb-none">
{{ $emptyText ?? trans('common.no_items') }}
</p>
@endif