From 79b3a8c786d61829cd2a560e822751f5dd08caae Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Wed, 14 Sep 2022 00:30:05 +0200 Subject: [PATCH] Update Telegram: Make button smaller (#2033) --- src/components/left/main/LeftMain.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/left/main/LeftMain.scss b/src/components/left/main/LeftMain.scss index b10c78b1..718869a3 100644 --- a/src/components/left/main/LeftMain.scss +++ b/src/components/left/main/LeftMain.scss @@ -63,8 +63,10 @@ .btn-update { position: absolute; bottom: 1rem; - left: 1rem; - right: 1rem; + left: 50%; margin: 0 auto; + transform: translateX(-50%); + + white-space: nowrap; } }