Преглед изворни кода

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;
             }
         }