Explorar el Código

Fix fullscreen mode:

* fix left positioning.
John Livingston hace 11 meses
padre
commit
3892d7639b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
             }
         }