Make sorting more accessible
Some checks failed
/ Run tests (push) Successful in 1m34s
/ Run system tests (push) Failing after 1m54s
/ Build, push and deploy image (push) Successful in 1m19s

This commit is contained in:
david 2024-11-11 08:12:18 +01:00
parent 3ef1b783fb
commit 18a9ede64e
2 changed files with 9 additions and 1 deletions

View file

@ -318,4 +318,12 @@ details[open] {
display: none;
}
}
}
.sortable-chosen {
border: solid 3px $secondary;
}
.sortable-ghost {
border: solid 3px $primary;
}

View file

@ -31,7 +31,7 @@ h1
- if @current_page && false
= turbo_frame_tag(dom_id(@current_page, :notes)) do
= render partial: "pages/notes", locals: { page: @current_page }
.col-lg-9.col-md-7.col-sm-12
.col-lg-9.col-md-8.col-sm-12
- if @current_page
= render @current_page
- else