1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-12-22 07:15:47 +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 {
left: inherit;
right: 30px;
left: 30px;
right: inherit;
}
.video-controls, .top-video-controls {