Commit 373b1cd3 authored by JC Brand's avatar JC Brand

Don't hide control box's close button in mobile view.

There are cases where one would like to show it and the sticky_controlbox
config option can be used to remove it.
parent 3787a344
......@@ -1536,12 +1536,6 @@
#conversejs #controlbox .controlbox-head {
border-top-left-radius: 0;
border-top-right-radius: 0; } }
@media screen and (max-height: 450px) {
#conversejs #controlbox .controlbox-head .chatbox-btn.close-chatbox-button {
display: none; } }
@media screen and (max-width: 480px) {
#conversejs #controlbox .controlbox-head .chatbox-btn.close-chatbox-button {
display: none; } }
#conversejs #controlbox form.search-xmpp-contact {
margin: 0;
padding-left: 5px;
......
......@@ -24,16 +24,6 @@
height: $chat-head-height;
margin: 0;
padding: 6px 6px 6px 0;
.chatbox-btn.close-chatbox-button {
@media screen and (max-height: $mobile-landscape-height) {
display: none;
}
@media screen and (max-width: $mobile-portrait-length) {
display: none;
}
}
}
form.search-xmpp-contact {
margin: 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment