Commit b889637f authored by JC Brand's avatar JC Brand

Fix height for chatroom forms

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