Skip to content

Commit 0954d74

Browse files
committed
Only hide back button in room screen
1 parent da7e68c commit 0954d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/iframe/styles/theme/theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ body {
3535
}
3636

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

0 commit comments

Comments
 (0)