Skip to content

Commit

Permalink
Fix fullscreen mode:
Browse files Browse the repository at this point in the history
* fix left positioning.
  • Loading branch information
JohnXLivingston authored and jcbrand committed Aug 15, 2024
1 parent c60134d commit daad54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/chatboxviews/styles/chats.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
position: fixed;
bottom: 0;
right: 0;
left: 1em;
left: 0;
}
}

Expand Down

0 comments on commit daad54b

Please sign in to comment.