Corrected the size of a hamburger icon for landscape and desktop portrait modes.

This commit is contained in:
Maxim Khlobystov 2015-07-02 18:46:06 -04:00
parent 50a2b794fd
commit ddad7b1589

View File

@ -118,6 +118,17 @@
}
}
.toggleUserlistButton, .toggleMenuButton {
span {
@media @landscape, @desktop-portrait {
width: 30px;
margin-left: auto;
margin-right: auto;
height: 8%;
}
}
}
// changing mute/unmute icons on hover:
.muteIcon .ion-ios-mic-outline:hover:before {
content: "\f45f";