1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +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

@@ -8,7 +8,7 @@
border-radius: 3px;
break-inside: avoid;
.body, p.empty-text {
padding: $-m;
padding-block: $-m;
}
a, p {
word-wrap: break-word;

View File

@@ -342,7 +342,7 @@ details.sort-box[open] summary .caret-container svg {
font-size: 0.9em;
}
.card .activity-list-item {
padding: $-s $-m;
padding-block: $-s;
}
.user-list-item {