chore(client): add .mobile-only class

This commit is contained in:
Elian Doran 2025-03-30 14:29:47 +03:00
parent 30c14297d0
commit 283229d597
No known key found for this signature in database

View File

@ -49,6 +49,7 @@ body {
--tab-bar-height: 40px;
}
body.desktop .mobile-only,
body.mobile .desktop-only,
body:not(.electron) .electron-only {
display: none !important;