From bf0ffd792155947dd557c663adb911e5baef2f6a Mon Sep 17 00:00:00 2001 From: ManuelSailer Date: Wed, 12 Apr 2023 18:46:21 +0200 Subject: Fix display issue in NC26+ (#2192) Signed-off-by: ManuelSailer --- CHANGELOG.md | 1 + css/content.css | 2 +- templates/index.php | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e581043ed..f2853074f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ The format is mostly based on [Keep a Changelog](https://keepachangelog.com/en/1 # Unreleased ## [21.x.x] +- Fix display issue in NC26+ (#2192) ### Changed ### Fixed diff --git a/css/content.css b/css/content.css index ed2e1c4e4..52fa87da9 100644 --- a/css/content.css +++ b/css/content.css @@ -236,7 +236,7 @@ min-height: 43px; } -#app-content.nc-major-version-25 .compact .utils { +#app-content.nc-major-version-gte-25 .compact .utils { top: 0px; } 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) {