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{
|
#online_count{
|
||||||
color: #999;
|
color: #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
#editbar ul li {
|
||||||
|
padding: 4px 1px;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue