From 90d57b2353e4acbc36cc8ef784fe37f6c184342d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Sat, 15 Jun 2019 10:39:26 +0200 Subject: Fix public footer and bottom spacing in editor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- css/style.scss | 17 ----------------- src/components/EditorWrapper.vue | 27 ++++++++++++++++++++++++++- 2 files changed, 26 insertions(+), 18 deletions(-) diff --git a/css/style.scss b/css/style.scss index e0768ccfa..9df279e6a 100644 --- a/css/style.scss +++ b/css/style.scss @@ -1,20 +1,3 @@ -// Fix share link footer for now by just not showing it -#body-public #content { - height: 100%; -} -#body-public footer { - display: none; -} - -#files-public-content { - width: 100% !important; - height: 100%; - - #editor-container { - top: 0; - } -} - .modal-container #editor-container { position: absolute; } diff --git a/src/components/EditorWrapper.vue b/src/components/EditorWrapper.vue index 3f2d28c25..4b1cc92d5 100644 --- a/src/components/EditorWrapper.vue +++ b/src/components/EditorWrapper.vue @@ -360,7 +360,6 @@ export default { -- cgit v1.2.3