소스 검색

Fix fullscreen mode:

* fix left positioning.
John Livingston 11 달 전
부모
커밋
daad54bce0
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;
             }
         }