Skip to content

Commit 43de0cd

Browse files
committed
Revert "Move chat button to the left on mobile."
This reverts commit 6f6cce9. Reason for commit: this caused the chat button to disappear on mobile.
1 parent bbc154b commit 43de0cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/galene.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,8 +467,8 @@ textarea.form-reply {
467467
}
468468

469469
.collapse-video {
470-
left: 30px;
471-
right: inherit;
470+
left: inherit;
471+
right: 30px;
472472
}
473473

474474
.video-controls, .top-video-controls {

0 commit comments

Comments
 (0)