Explorar o código

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

JC Brand %!s(int64=7) %!d(string=hai) anos
pai
achega
d1b1433e69
Modificáronse 3 ficheiros con 2 adicións e 5 borrados
  1. 1 2
      css/converse.css
  2. 1 2
      css/inverse.css
  3. 0 1
      sass/_chatbox.scss

+ 1 - 2
css/converse.css

@@ -5418,8 +5418,7 @@
     margin: 0;
     padding: 0;
     position: relative;
-    height: 95px;
-    min-width: 200px; }
+    height: 95px; }
     @media screen and (max-height: 450px) {
       #converse-embedded-chat .chatbox .sendXMPPMessage,
       #conversejs .chatbox .sendXMPPMessage {

+ 1 - 2
css/inverse.css

@@ -5474,8 +5474,7 @@ body {
     margin: 0;
     padding: 0;
     position: relative;
-    height: 99px;
-    min-width: 100%; }
+    height: 99px; }
     @media screen and (max-height: 450px) {
       #converse-embedded-chat .chatbox .sendXMPPMessage,
       #conversejs .chatbox .sendXMPPMessage {

+ 0 - 1
sass/_chatbox.scss

@@ -245,7 +245,6 @@
             padding: 0;
             position: relative;
             height: #{$chat-textarea-height + $toolbar-height};
-            min-width: $chat-width;
             @media screen and (max-height: $mobile-landscape-height) {
                 width: 100%;
             }