Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fee9afd6 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

Merge branch 'dev/fix-spreatsheet' into 'main'

move code to files

See merge request e/infra/ecloud/nextcloud-apps/ecloud-theme-helper!86
parents 5562ef11 2bdc0398
Loading
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -104,8 +104,5 @@ class BeforeTemplateRenderedListener implements IEventListener {
		if (strpos($pathInfo, '/apps/memories/') !== false) {
			$this->util->addStyle($this->appName, 'memories');
		}
		if (strpos($pathInfo, '/apps/onlyoffice/') !== false) {
			$this->util->addStyle($this->appName, 'onlyoffice');
		}
	}
}
+7 −0
Original line number Diff line number Diff line
@@ -52,4 +52,11 @@
		background-image: var(--icon-close-808080);
	}
}
.onlyoffice-inline {
    #content.app-files {
        #app-content {
            margin-top: 0;
        }
    }
}

scss/onlyoffice.scss

deleted100644 → 0
+0 −7
Original line number Diff line number Diff line
.onlyoffice-inline {
    #content.app-files {
        #app-content {
            margin-top: 0;
        }
    }
}
 No newline at end of file