Hides Resizer and handle at correct breakpoint

pull/6371/head
Inga Mai 6 years ago committed by Wieland Lindenthal
parent 55b3d91c22
commit 0234ec086f
  1. 3
      app/assets/stylesheets/layout/_work_package_mobile.sass
  2. 2
      app/assets/stylesheets/layout/_work_packages_full_view.sass

@ -95,6 +95,9 @@
.work-packages--panel-inner
padding-left: 0
.work-packages-full-view--resizer
display: none
@include breakpoint(1248px down)
body.controller-work_packages
// --------------- ALL WP VIEWS ---------------

@ -166,8 +166,6 @@ body.controller-work_packages.full-create
@at-root
.detailsViewMenuItem
display: block
.work-packages-full-view--resizer
display: none
@media only screen and (max-width: 78rem)
.work-packages--show-view

Loading…
Cancel
Save