Skip to content

Commit

Permalink
Fix fullscreen mode:
Browse files Browse the repository at this point in the history
There was a regression in fullscreen mode. Converse was vertically
shifted.
  • Loading branch information
JohnXLivingston authored and jcbrand committed Aug 15, 2024
1 parent 29af522 commit c60134d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/plugins/chatboxviews/styles/chats.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c60134d

Please sign in to comment.