This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new 02ac4a5  [OPENMEETINGS-2506] min width is increased, buttons height is 
limited
02ac4a5 is described below

commit 02ac4a50d8123848bf5d40473f3a1dcd8ba6b0c1
Author: Maxim Solodovnik <solomax...@gmail.com>
AuthorDate: Sat Nov 28 09:55:41 2020 +0700

    [OPENMEETINGS-2506] min width is increased, buttons height is limited
---
 .../src/main/java/org/apache/openmeetings/web/user/chat/raw-chat.js     | 2 +-
 openmeetings-web/src/main/webapp/css/raw-chat.css                       | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/user/chat/raw-chat.js
 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/user/chat/raw-chat.js
index 81fe2e0..fbfab59 100644
--- 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/user/chat/raw-chat.js
+++ 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/user/chat/raw-chat.js
@@ -345,7 +345,7 @@ var Chat = function() {
                __setCssWidth(openedWidth);
                p.resizable({
                        handles: (Settings.isRtl ? 'e' : 'w')
-                       , minWidth: 150
+                       , minWidth: 165
                        , stop: function(event, ui) {
                                p.css({'left': '', 'width': '', 'height': ''});
                                openedWidth = ui.size.width + 'px';
diff --git a/openmeetings-web/src/main/webapp/css/raw-chat.css 
b/openmeetings-web/src/main/webapp/css/raw-chat.css
index 5f7f483..a2f3c9e 100644
--- a/openmeetings-web/src/main/webapp/css/raw-chat.css
+++ b/openmeetings-web/src/main/webapp/css/raw-chat.css
@@ -119,6 +119,7 @@ html[dir="rtl"] #chat .messageArea .icons {
 }
 #chat .chat-tool-icon, #chat .chat.btn {
        font-size: 1.1em;
+       max-height: var(--chat-tools-height);
 }
 #chat .sound.chat-tool-icon i::before {
        content: '\f028';

Reply via email to