Ver Fonte

Fix fullscreen mode:

* fix left positioning.
John Livingston há 11 meses atrás
pai
commit
daad54bce0
1 ficheiros alterados com 1 adições e 1 exclusões
  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;
             }
         }