adjust icon size
This commit is contained in:
parent
a1ed2bf2ac
commit
8ca10dcbab
@ -124,7 +124,7 @@ EOT;
|
|||||||
|
|
||||||
if($observer) {
|
if($observer) {
|
||||||
$userinfo = array(
|
$userinfo = array(
|
||||||
'icon' => $observer['xchan_photo_s'],
|
'icon' => $observer['xchan_photo_m'],
|
||||||
'name' => $observer['xchan_addr'],
|
'name' => $observer['xchan_addr'],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
6
view/css/bootstrap-red.css
vendored
6
view/css/bootstrap-red.css
vendored
@ -26,12 +26,12 @@ nav i {
|
|||||||
}
|
}
|
||||||
|
|
||||||
nav ul li {
|
nav ul li {
|
||||||
max-height: 49px;
|
max-height: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav img {
|
nav img {
|
||||||
height: 48px;
|
height: 49px;
|
||||||
width: 48px;
|
width: 49px;
|
||||||
margin-top: 1px;
|
margin-top: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -790,7 +790,7 @@ a.rateme, div.rateme {
|
|||||||
}
|
}
|
||||||
|
|
||||||
nav .acpopup {
|
nav .acpopup {
|
||||||
top: 49px !important;
|
top: 50px !important;
|
||||||
margin-left: -35px;
|
margin-left: -35px;
|
||||||
width: 290px;
|
width: 290px;
|
||||||
}
|
}
|
||||||
@ -1231,7 +1231,7 @@ div.jGrowl div.jGrowl-notification {
|
|||||||
|
|
||||||
#nav-search-text-ac .autocomplete {
|
#nav-search-text-ac .autocomplete {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 50px;
|
top: 51px;
|
||||||
border: 1px solid $nav_bd;
|
border: 1px solid $nav_bd;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user