diff --git a/app/styles/areas/_app.scss b/app/styles/areas/_app.scss index c8a80f05..c42ec474 100644 --- a/app/styles/areas/_app.scss +++ b/app/styles/areas/_app.scss @@ -77,6 +77,13 @@ width: auto; height: 1px; cursor: row-resize; + + .drag-handle__inner { + top: -2px; + left: 0; + width: 100%; + height: 5px; + } } } diff --git a/app/styles/utils/_drag.scss b/app/styles/utils/_drag.scss index a45331fc..6b2a8a7c 100644 --- a/app/styles/utils/_drag.scss +++ b/app/styles/utils/_drag.scss @@ -24,10 +24,10 @@ .drag-handle__inner { position: absolute; - top: -2px; + top: 0; left: -2px; - width: calc(100% + 5px); - height: calc(100% + 5px); + width: 5px; + height: 100%; @include mobile { display: none; } diff --git a/release-notes.md b/release-notes.md index 302a7760..4303134a 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,5 +1,8 @@ Release notes ------------- +##### v1.9.3 (TBD) +`-` fixed menu padding issues in some browsers + ##### v1.9.2 (2019-08-22) `-` fix #1235: custom themes loading `-` fix #1234 auto-type issues in xubuntu/xfce