1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2026-01-03 23:42:28 +03:00

Extracted text & added dropdown for book sort move actions

Primarily styling and testing left to do.
This commit is contained in:
Dan Brown
2023-01-27 13:26:58 +00:00
parent 7cacbaadf0
commit 40e112fc5b
4 changed files with 34 additions and 14 deletions

View File

@@ -232,7 +232,7 @@
}
// Sortable Lists
.sortable-page-list, .sortable-page-list ul {
.sortable-page-list, .sortable-page-sublist {
list-style: none;
}
.sort-box {
@@ -278,7 +278,7 @@
> ul {
margin-inline-start: 0;
}
ul {
.sortable-page-sublist {
margin-bottom: $-m;
margin-top: 0;
padding-inline-start: $-m;