Use touch chats on intermediate screen sizes (eg iPad)

This commit is contained in:
Alex Gleason 2021-05-02 12:37:40 -05:00
parent fad8eda2ad
commit 3492bdba75
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -376,7 +376,7 @@
}
}
@media (min-width: 630px) {
@media (min-width: 1190px) {
.tabs-bar .tabs-bar__link--chats {
display: none;
}