瀏覽代碼

Fix fullscreen mode:

There was a regression in fullscreen mode. Converse was vertically
shifted.
John Livingston 11 月之前
父節點
當前提交
28f72a62ad
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      src/plugins/chatboxviews/styles/chats.scss

+ 10 - 0
src/plugins/chatboxviews/styles/chats.scss

@@ -17,6 +17,16 @@
         &.converse-mobile {
             flex-wrap: nowrap;
         }
+
+        &.converse-fullscreen {
+            &.converse-chatboxes {
+                position: fixed;
+                bottom: 0;
+                right: 0;
+                left: 1em;
+            }
+        }
+
         &.converse-embedded {
             bottom: auto;
             height: 100%; // When embedded, it fills the containing element