Merge remote-tracking branch 'upstream/develop' into account-menu-splitted

This commit is contained in:
VardanHakobyan
2021-06-21 16:58:11 +03:00
3 changed files with 3 additions and 3 deletions

View File

@@ -140,7 +140,7 @@ class PanelResizerCtrl implements PanelResizerScope {
return;
}
this.resizerColumn = this.$element[0];
this.currentMinWidth = this.minWidth || this.resizerColumn.offsetWidth;
this.currentMinWidth = this.minWidth || (this.resizerColumn.offsetWidth + 2);
this.pressed = false;
this.startWidth = this.panel.scrollWidth;
this.lastDownX = 0;

View File

@@ -136,7 +136,7 @@ $footer-height: 32px;
top: 0;
right: 0;
z-index: $z-index-panel-resizer;
width: 2px;
width: 4px;
height: 100%;
position: absolute;
cursor: col-resize;

View File

@@ -1,6 +1,6 @@
{
"name": "standard-notes-web",
"version": "3.8.5",
"version": "3.8.6",
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",