mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
fixed user drop down issue
This commit is contained in:
parent
8ec71a3225
commit
fd97946619
1 changed files with 6 additions and 0 deletions
|
@ -1141,3 +1141,9 @@ width:33px !important;
|
|||
#online_count{
|
||||
color: #999;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
#editbar ul li {
|
||||
padding: 4px 1px;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue