Notification: Fix center positioning (#1221)

This commit is contained in:
Alexander Zinchuk 2021-06-30 05:23:03 +03:00
parent 529807609e
commit 6b211c19ce

View File

@ -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 {