1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-09 02:47:51 +00:00

[mobile] top bar: modified styles of icons

This commit is contained in:
llj 2018-01-05 14:00:41 +08:00
parent d37144ef75
commit 30f098a5c0

View File

@ -1999,14 +1999,10 @@ button.sf-dropdown-toggle:focus {
min-width: 55px; min-width: 55px;
} }
@media (max-width:767px) { @media (max-width:767px) {
.cur-view-toolbar {
margin-top:6px;
}
.cur-view-toolbar .mobile-icon { .cur-view-toolbar .mobile-icon {
color:#999; color:#999;
line-height:1; line-height:1.63;
font-size:22px; font-size:22px;
vertical-align:middle;
margin-right:8px; margin-right:8px;
} }
} }
@ -2123,7 +2119,7 @@ button.sf-dropdown-toggle:focus {
} }
@media (max-width:767px) { @media (max-width:767px) {
#account { #account {
margin:6px 0 0 10px; margin:5px 0 0 10px;
} }
.account-toggle { .account-toggle {
font-size:22px; font-size:22px;