Skip to content

Commit

Permalink
Don't show the back button in room list
Browse files Browse the repository at this point in the history
  • Loading branch information
psrpinto committed Nov 30, 2023
1 parent f557987 commit ba65c1b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion frontend/iframe/styles/theme/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,16 @@ body {
320px 1fr;
}

/* Don't show the back button in single-room mode. */
/* Don't show the back button when in a Room, when in single-room mode. */
.RootView.single-room-mode .close-middle {
display: none !important;
}

/* Don't show the back button in room list. */
.LeftPanel .close-session {
display: none !important;
}

/* Remove horizontal scrollbars in pre-session screen. */
@media screen and (min-width: 600px) {
.PreSessionScreen {
Expand Down

0 comments on commit ba65c1b

Please sign in to comment.