mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 804068 followup - Set -moz-image-region on the share-button to restrict the image to max 16x16. r=fryn
This commit is contained in:
parent
0c5cb61512
commit
12c0628366
@ -1378,6 +1378,10 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
|
||||
|
||||
/* social recommending panel */
|
||||
|
||||
#share-button {
|
||||
-moz-image-region: rect(0, 16px, 16px 0);
|
||||
}
|
||||
|
||||
#socialUserPortrait {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
|
@ -1636,6 +1636,10 @@ window[tabsontop="false"] richlistitem[type~="action"][actiontype="switchtab"][s
|
||||
|
||||
/* social recommending panel */
|
||||
|
||||
#share-button {
|
||||
-moz-image-region: rect(0, 16px, 16px 0);
|
||||
}
|
||||
|
||||
#socialUserPortrait {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
|
@ -1640,6 +1640,10 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
|
||||
|
||||
/* social recommending panel */
|
||||
|
||||
#share-button {
|
||||
-moz-image-region: rect(0, 16px, 16px 0);
|
||||
}
|
||||
|
||||
#socialUserPortrait {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
|
Loading…
Reference in New Issue
Block a user