mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 17:06:16 -04:00
prevent sticky chat and chatAndUsers for mobile
This commit is contained in:
parent
c945c57a87
commit
5e6ceb071e
3 changed files with 17 additions and 2 deletions
|
@ -66,4 +66,8 @@ input {
|
|||
}
|
||||
.right {
|
||||
float: right
|
||||
}
|
||||
|
||||
@media (max-width: 800px) {
|
||||
.hide-for-mobile { display: none; }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue