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/main.css')
-rw-r--r--css/main.css34
1 files changed, 34 insertions, 0 deletions
diff --git a/css/main.css b/css/main.css
index 513c9a8..2dbc794 100644
--- a/css/main.css
+++ b/css/main.css
@@ -40,6 +40,40 @@
background-image: url("../img/app-dark.svg");
}
+/* onlyoffice-inline */
+body.onlyoffice-inline {
+ overscroll-behavior-y: none;
+ overflow: hidden;
+}
+body.onlyoffice-inline #app-navigation,
+body.onlyoffice-inline .searchbox,
+body.onlyoffice-inline #app-content #controls {
+ display: none;
+}
+body.onlyoffice-inline #content #app-content {
+ margin-left: 0;
+}
+#onlyofficeFrame {
+ background-color: #fff;
+ width: 100%;
+ height: calc(100vh - 50px);
+ display: block;
+ position: absolute;
+ top: 0;
+ z-index: 110;
+}
+
+#onlyofficeHeader {
+ display: flex;
+}
+
+#onlyofficeHeader .icon {
+ display: block;
+ min-width: 50px;
+ height: 50px;
+}
+
+/* AscDesktopEditor */
.AscDesktopEditor #body-user #header {
display: none;
}