Corrected the size of a hamburger icon for landscape and desktop portrait modes.
This commit is contained in:
parent
50a2b794fd
commit
ddad7b1589
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user