mirror of
https://github.com/danog/telegram-tt.git
synced 2024-12-02 09:37:47 +01:00
Message List: Remove extra padding on mobile
This commit is contained in:
parent
c80381adbe
commit
7f91a9d096
@ -38,7 +38,7 @@
|
|||||||
|
|
||||||
@media (max-width: 600px) {
|
@media (max-width: 600px) {
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
padding: 2.75rem 0.5rem 0.5rem;
|
padding: 2.75rem 0.5rem 0;
|
||||||
// Patch for an issue on Android when rotating device
|
// Patch for an issue on Android when rotating device
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user