Skip to content
Snippets Groups Projects
Commit 45f5c8b2 authored by Anton Georgiev's avatar Anton Georgiev
Browse files

wrapping chat tabs; bigger easel icon on mobile

parent f74115c9
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,19 @@
.chatNameSelectorPrivate {
.chatNameSelector;
width:90%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
@media @landscape {
height: 20px;
}
@media @desktop-portrait {
height: 25px;
font-size: 2vh;
}
@media @mobile-portrait, @mobile-portrait-with-keyboard {
font-size: 4vw;
}
}
.chatNameSelectorPublic {
......
......@@ -449,7 +449,7 @@ body {
}
}
.glyphicon, .ion-android-hand {
.glyphicon, .ion-android-hand, .ion-easel {
@media @mobile-portrait-with-keyboard, @mobile-portrait {
font-size: 35px;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment