Selaa lähdekoodia

Fix fullscreen mode:

There was a regression in fullscreen mode. Converse was vertically
shifted.
John Livingston 11 kuukautta sitten
vanhempi
commit
28f72a62ad
1 muutettua tiedostoa jossa 10 lisäystä ja 0 poistoa
  1. 10 0
      src/plugins/chatboxviews/styles/chats.scss

+ 10 - 0
src/plugins/chatboxviews/styles/chats.scss

@@ -17,6 +17,16 @@
         &.converse-mobile {
             flex-wrap: nowrap;
         }
+
+        &.converse-fullscreen {
+            &.converse-chatboxes {
+                position: fixed;
+                bottom: 0;
+                right: 0;
+                left: 1em;
+            }
+        }
+
         &.converse-embedded {
             bottom: auto;
             height: 100%; // When embedded, it fills the containing element