mirror of
https://github.com/danog/telegram-tt.git
synced 2024-12-04 18:50:31 +01:00
Notification: Fix center positioning (#1221)
This commit is contained in:
parent
529807609e
commit
6b211c19ce
@ -7,10 +7,6 @@
|
|||||||
|
|
||||||
@media (min-width: 1276px) {
|
@media (min-width: 1276px) {
|
||||||
transition: transform var(--layer-transition);
|
transition: transform var(--layer-transition);
|
||||||
|
|
||||||
body.is-right-column-shown & {
|
|
||||||
transform: translate3d(calc(var(--right-column-width) / -2), 0, 0);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&:first-of-type {
|
&:first-of-type {
|
||||||
|
Loading…
Reference in New Issue
Block a user