Przeglądaj źródła

Fix fullscreen mode:

* fix left positioning.
John Livingston 11 miesięcy temu
rodzic
commit
daad54bce0
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
             }
         }