summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-08-15 21:31:25 +0300
committerGitHub <noreply@github.com>2019-08-15 21:31:25 +0300
commit8e3cbd2d825cffe565109e69f6adedfe791d7a31 (patch)
treea34b4998b94909c88b7d81b06315f1a850e43018
parentc882ebe030ebc747a00a1b43768daf13c1645407 (diff)
parentf3147af2f75701b08c5464f8a7a2ab10a3d7d7a5 (diff)
downloadwekan-8e3cbd2d825cffe565109e69f6adedfe791d7a31.tar.gz
wekan-8e3cbd2d825cffe565109e69f6adedfe791d7a31.tar.bz2
wekan-8e3cbd2d825cffe565109e69f6adedfe791d7a31.zip
Merge pull request #2626 from whowillcare/master
bugfix 2616
-rwxr-xr-xclient/components/main/editor.js2
-rw-r--r--client/components/main/layouts.styl3
2 files changed, 4 insertions, 1 deletions
diff --git a/client/components/main/editor.js b/client/components/main/editor.js
index 82bda0a3..91403086 100755
--- a/client/components/main/editor.js
+++ b/client/components/main/editor.js
@@ -180,7 +180,7 @@ Template.editor.onRendered(() => {
fBtn.on('click', function() {
const $this = $(this),
isActive = $this.hasClass('active');
- $('.minicards').toggle(!isActive); // mini card is still showing when editor is in fullscreen mode, we hide here manually
+ $('.minicards,#header-quick-access').toggle(!isActive); // mini card is still showing when editor is in fullscreen mode, we hide here manually
});
}
},
diff --git a/client/components/main/layouts.styl b/client/components/main/layouts.styl
index 06538554..0955a352 100644
--- a/client/components/main/layouts.styl
+++ b/client/components/main/layouts.styl
@@ -425,6 +425,9 @@ a
height: 100%
margin: 0px
+ .panel-default
+ width: 83vw
+
.inline-input
height: 37px
margin: 8px 10px 0 0