diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index 7a25533..b04a509 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -318,4 +318,12 @@ details[open] { display: none; } } +} + +.sortable-chosen { + border: solid 3px $secondary; +} + +.sortable-ghost { + border: solid 3px $primary; } \ No newline at end of file diff --git a/app/views/reports/show.html.slim b/app/views/reports/show.html.slim index b2aa481..2a289fd 100644 --- a/app/views/reports/show.html.slim +++ b/app/views/reports/show.html.slim @@ -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