fixed menu padding issues in some browsers

This commit is contained in:
antelle 2019-09-05 22:30:04 +02:00
parent a69a5a5472
commit 2dc9959ca4
3 changed files with 13 additions and 3 deletions

View File

@ -77,6 +77,13 @@
width: auto;
height: 1px;
cursor: row-resize;
.drag-handle__inner {
top: -2px;
left: 0;
width: 100%;
height: 5px;
}
}
}

View File

@ -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;
}

View File

@ -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