forked from GNUsocial/gnu-social
Improves the FB user avatar "bounce" in some browsers
This commit is contained in:
parent
fc20da19bb
commit
015492daac
@ -10,13 +10,12 @@
|
|||||||
#site_nav_global_primary #nav_fb {
|
#site_nav_global_primary #nav_fb {
|
||||||
position:relative;
|
position:relative;
|
||||||
margin-left:18px;
|
margin-left:18px;
|
||||||
margin-right:-7px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav_fb .fb_profile_pic_rendered img {
|
#nav_fb .fb_profile_pic_rendered img {
|
||||||
position:relative;
|
position:absolute;
|
||||||
top:3px;
|
top:-3px;
|
||||||
left:0;
|
left:-18px;
|
||||||
display:inline;
|
display:inline;
|
||||||
border:1px solid #3B5998;
|
border:1px solid #3B5998;
|
||||||
padding:1px;
|
padding:1px;
|
||||||
@ -25,7 +24,7 @@ padding:1px;
|
|||||||
#nav_fb img {
|
#nav_fb img {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
top:-13px;
|
top:-13px;
|
||||||
left:-11px;
|
left:-25px;
|
||||||
display:inline;
|
display:inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user