Skip to content

Commit

Permalink
Added a condition that should remove an annoying bug on some screen s…
Browse files Browse the repository at this point in the history
…izes where the streams disappear but the chat is still on the sidebar
  • Loading branch information
ftwpala authored and slugalisk committed Jul 4, 2024
1 parent e11911b commit 7d9b862
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/Stream.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
.close-header-caret{
top:35px;
}

@media (orientation:portrait){
// Orientantion + aspect ratio mirrors the same ruleset in MainLayout.scss
@media (orientation:portrait), (orientation:landscape) and (max-aspect-ratio: 2 / 1){
.chat-embed {
height: 100%;
width: 100% !important;
Expand Down

0 comments on commit 7d9b862

Please sign in to comment.