1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-12-22 15:25:48 +01:00

Move chat button to the left on mobile.

This avoids a collision with the close video button.
Thanks to J.-J. Sarton.
This commit is contained in:
Juliusz Chroboczek 2024-12-01 14:11:05 +01:00
parent ef0201c94d
commit 6f6cce94fa

View file

@ -467,8 +467,8 @@ textarea.form-reply {
} }
.collapse-video { .collapse-video {
left: inherit; left: 30px;
right: 30px; right: inherit;
} }
.video-controls, .top-video-controls { .video-controls, .top-video-controls {