Update Telegram: Make button smaller (#2033)

This commit is contained in:
Alexander Zinchuk 2022-09-14 00:30:05 +02:00
parent 12cfec3898
commit 79b3a8c786

View File

@ -63,8 +63,10 @@
.btn-update { .btn-update {
position: absolute; position: absolute;
bottom: 1rem; bottom: 1rem;
left: 1rem; left: 50%;
right: 1rem;
margin: 0 auto; margin: 0 auto;
transform: translateX(-50%);
white-space: nowrap;
} }
} }