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:
parent
ef0201c94d
commit
6f6cce94fa
1 changed files with 2 additions and 2 deletions
|
@ -467,8 +467,8 @@ textarea.form-reply {
|
|||
}
|
||||
|
||||
.collapse-video {
|
||||
left: inherit;
|
||||
right: 30px;
|
||||
left: 30px;
|
||||
right: inherit;
|
||||
}
|
||||
|
||||
.video-controls, .top-video-controls {
|
||||
|
|
Loading…
Reference in a new issue