From 6b211c19cecd14f5ac05ef6fd14eb3facfbe7d76 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Wed, 30 Jun 2021 05:23:03 +0300 Subject: [PATCH] Notification: Fix center positioning (#1221) --- src/components/ui/Notification.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/ui/Notification.scss b/src/components/ui/Notification.scss index 53edb37a..f75ba320 100644 --- a/src/components/ui/Notification.scss +++ b/src/components/ui/Notification.scss @@ -7,10 +7,6 @@ @media (min-width: 1276px) { transition: transform var(--layer-transition); - - body.is-right-column-shown & { - transform: translate3d(calc(var(--right-column-width) / -2), 0, 0); - } } &:first-of-type {