瀏覽代碼

Fixing display problems with chatbox view with mobile view mode

SilverYoCha 3 年之前
父節點
當前提交
7cb86638b5
共有 2 個文件被更改,包括 4 次插入0 次删除
  1. 1 0
      CHANGES.md
  2. 3 0
      src/plugins/chatview/styles/chatbox.scss

+ 1 - 0
CHANGES.md

@@ -6,6 +6,7 @@
 - Improve how the `muc_domain` setting is populated via service discovery
 - Improve how the `muc_domain` setting is populated via service discovery
 - Remove local (non-requesting) contacts not returned from a full roster response
 - Remove local (non-requesting) contacts not returned from a full roster response
 - #2746: Always reply to all iqs, even those not understood
 - #2746: Always reply to all iqs, even those not understood
+- #2794: Some display problems with mobile view mode
 - #2868: Selected emoji is inserted into all open chat boxes
 - #2868: Selected emoji is inserted into all open chat boxes
 
 
 Remove the very old and largely unused config option `allow_muc`.
 Remove the very old and largely unused config option `allow_muc`.

+ 3 - 0
src/plugins/chatview/styles/chatbox.scss

@@ -105,6 +105,9 @@
                 border-bottom-right-radius: 0;
                 border-bottom-right-radius: 0;
             }
             }
             border-top: 0;
             border-top: 0;
+            height: 100%;
+            width: 100%;
+            overflow: hidden;
             p {
             p {
                 color: var(--text-color);
                 color: var(--text-color);
                 font-size: var(--message-font-size);
                 font-size: var(--message-font-size);