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:
@@ -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;
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user