Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'css/style.css')
-rw-r--r--css/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css
index 16b0934..3852b4b 100644
--- a/css/style.css
+++ b/css/style.css
@@ -58,7 +58,7 @@
border-radius: 0;
}
-#editor_container.hasPreview #preview {
+#editor_container.hasPreview #preview, #editor_container.hasPreview #preview_wrap {
display:block;
}
@@ -81,6 +81,7 @@
right: 0;
position: absolute;
top: 0;
+ display: none;
padding-top: 91px; /** main navigation + controls */
}