summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorManuelSailer <github.com@manuel-sailer.de>2023-04-12 18:46:21 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2023-04-16 10:40:11 +0200
commitbf0ffd792155947dd557c663adb911e5baef2f6a (patch)
treefd015042b9921c896ad85d85f09530c5cbbf4a79 /templates
parent4a1d94ace07b79e065fcd525f920919376927847 (diff)
Fix display issue in NC26+ (#2192)
Signed-off-by: ManuelSailer <github.com@manuel-sailer.de>
Diffstat (limited to 'templates')
-rw-r--r--templates/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.php b/templates/index.php
index 52f5bd54b..5d8a992ed 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -70,7 +70,7 @@ foreach (Plugin::getScripts() as $appName => $fileName) {
</div>
<div id="app-content"
- class="nc-major-version-<?= \OCP\Util::getVersion()[0]; ?>"
+ class="nc-major-version-<?= \OCP\Util::getVersion()[0]; ?><?= \OCP\Util::getVersion()[0] >= 25 ? ' nc-major-version-gte-25' : ''; ?>"
data-nc-major-version="<?= \OCP\Util::getVersion()[0]; ?>"
ng-class="{
'loading-content': App.loading.isLoading('content') &&