Commit d1b1433e authored by JC Brand's avatar JC Brand

Don't set min width since the chatbox is now reponsive

parent 0c3e93db
...@@ -5418,8 +5418,7 @@ ...@@ -5418,8 +5418,7 @@
margin: 0; margin: 0;
padding: 0; padding: 0;
position: relative; position: relative;
height: 95px; height: 95px; }
min-width: 200px; }
@media screen and (max-height: 450px) { @media screen and (max-height: 450px) {
#converse-embedded-chat .chatbox .sendXMPPMessage, #converse-embedded-chat .chatbox .sendXMPPMessage,
#conversejs .chatbox .sendXMPPMessage { #conversejs .chatbox .sendXMPPMessage {
......
...@@ -5474,8 +5474,7 @@ body { ...@@ -5474,8 +5474,7 @@ body {
margin: 0; margin: 0;
padding: 0; padding: 0;
position: relative; position: relative;
height: 99px; height: 99px; }
min-width: 100%; }
@media screen and (max-height: 450px) { @media screen and (max-height: 450px) {
#converse-embedded-chat .chatbox .sendXMPPMessage, #converse-embedded-chat .chatbox .sendXMPPMessage,
#conversejs .chatbox .sendXMPPMessage { #conversejs .chatbox .sendXMPPMessage {
......
...@@ -245,7 +245,6 @@ ...@@ -245,7 +245,6 @@
padding: 0; padding: 0;
position: relative; position: relative;
height: #{$chat-textarea-height + $toolbar-height}; height: #{$chat-textarea-height + $toolbar-height};
min-width: $chat-width;
@media screen and (max-height: $mobile-landscape-height) { @media screen and (max-height: $mobile-landscape-height) {
width: 100%; width: 100%;
} }
......
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