浏览代码

Fix fullscreen mode:

* fix left positioning.
John Livingston 11 月之前
父节点
当前提交
3892d7639b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/plugins/chatboxviews/styles/chats.scss

+ 1 - 1
src/plugins/chatboxviews/styles/chats.scss

@@ -23,7 +23,7 @@
                 position: fixed;
                 bottom: 0;
                 right: 0;
-                left: 1em;
+                left: 0;
             }
         }