diff options
Diffstat (limited to 'core/css/whatsnew.scss')
-rw-r--r-- | core/css/whatsnew.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/css/whatsnew.scss b/core/css/whatsnew.scss index beadf3a2f24..c4698e397cc 100644 --- a/core/css/whatsnew.scss +++ b/core/css/whatsnew.scss @@ -1,10 +1,10 @@ -/** +/*! * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later */ .whatsNewPopover { bottom: 35px !important; - left: 15px !important; + inset-inline-start: 15px !important; width: 270px; z-index: 700; } @@ -20,7 +20,7 @@ .whatsNewPopover .icon-close { position: absolute; - right: 0; + inset-inline-end: 0; } .whatsNewPopover::after { |