From 6f6cce94fae7d06a900f2388673d50a1c6f9c7c4 Mon Sep 17 00:00:00 2001 From: Juliusz Chroboczek Date: Sun, 1 Dec 2024 14:11:05 +0100 Subject: [PATCH] Move chat button to the left on mobile. This avoids a collision with the close video button. Thanks to J.-J. Sarton. --- static/galene.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/galene.css b/static/galene.css index 15394fc..75434ef 100644 --- a/static/galene.css +++ b/static/galene.css @@ -467,8 +467,8 @@ textarea.form-reply { } .collapse-video { - left: inherit; - right: 30px; + left: 30px; + right: inherit; } .video-controls, .top-video-controls {