Commit b889637f authored by JC Brand's avatar JC Brand

Fix height for chatroom forms

parent 584f293d
......@@ -8462,7 +8462,7 @@ body.reset {
border: 0;
color: #777;
font-size: 14px;
height: 289px;
height: 100%;
width: 100%;
overflow-y: auto;
position: absolute; }
......@@ -8472,6 +8472,7 @@ body.reset {
color: #A53214; }
#converse-embedded-chat .chatroom .box-flyout .chatroom-body .chatroom-form-container .chatroom-form,
#conversejs .chatroom .box-flyout .chatroom-body .chatroom-form-container .chatroom-form {
height: 100%;
margin-top: 2em; }
#converse-embedded-chat .chatroom .box-flyout .chatroom-body .chatroom-form-container .chatroom-form label,
#converse-embedded-chat .chatroom .box-flyout .chatroom-body .chatroom-form-container .chatroom-form input[type=text],
......
......@@ -8605,7 +8605,7 @@ body {
border: 0;
color: #777;
font-size: 16px;
height: 289px;
height: 100%;
width: 100%;
overflow-y: auto;
position: absolute; }
......@@ -8615,6 +8615,7 @@ body {
color: #A53214; }
#converse-embedded-chat .chatroom .box-flyout .chatroom-body .chatroom-form-container .chatroom-form,
#conversejs .chatroom .box-flyout .chatroom-body .chatroom-form-container .chatroom-form {
height: 100%;
margin-top: 2em; }
#converse-embedded-chat .chatroom .box-flyout .chatroom-body .chatroom-form-container .chatroom-form label,
#converse-embedded-chat .chatroom .box-flyout .chatroom-body .chatroom-form-container .chatroom-form input[type=text],
......
......@@ -250,7 +250,7 @@
border: 0;
color: $text-color;
font-size: $font-size;
height: 289px;
height: 100%;
width: 100%;
overflow-y: auto;
position: absolute;
......@@ -260,6 +260,7 @@
color: $error-color;
}
.chatroom-form {
height: 100%;
margin-top: 2em;
label,
......
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