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

github.com/ONLYOFFICE/onlyoffice-nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'css/editor.css')
-rw-r--r--css/editor.css18
1 files changed, 13 insertions, 5 deletions
diff --git a/css/editor.css b/css/editor.css
index 08c95a4..8e4c1f3 100644
--- a/css/editor.css
+++ b/css/editor.css
@@ -21,17 +21,25 @@
min-height: calc(100% - 50px);
}
-#body-public #content.app-public {
- height: 100%;
-}
-
#body-public footer {
display: none;
}
+#content.app-onlyoffice #app > iframe {
+ height: calc(100vh - 50px) !important;
+ margin-top: 0px !important;
+}
+
#app > iframe {
- position: absolute;
+ position: fixed;
vertical-align: top;
+ left: 0px;
+ height: calc(100vh - 58px);
+ margin-top: -50px;
+}
+
+.onlyoffice-inviewer > iframe {
+ height: 100vh !important;
}
.AscDesktopEditor #body-user #header {