diff --git a/css/leptonContent.css b/css/leptonContent.css index 447fca7..87defb7 100644 --- a/css/leptonContent.css +++ b/css/leptonContent.css @@ -374,6 +374,9 @@ } .top-site-outer .context-menu-button { top: 0px !important; /* Original: -20px */ + right: 0px !important; + width: 22px !important; + height: 22px !important; } .top-site-outer .context-menu { top: 16.75px !important; /* Original: 6.75px */ @@ -4094,6 +4097,9 @@ } .top-site-outer .context-menu-button { top: 0px !important; /* Original: -20px */ + right: 0px !important; + width: 22px !important; + height: 22px !important; } .top-site-outer .context-menu { top: 16.75px !important; /* Original: 6.75px */ diff --git a/css/leptonContentESR.css b/css/leptonContentESR.css index be8a15b..27ce77b 100644 --- a/css/leptonContentESR.css +++ b/css/leptonContentESR.css @@ -374,6 +374,9 @@ } .top-site-outer .context-menu-button { top: 0px !important; /* Original: -20px */ + right: 0px !important; + width: 22px !important; + height: 22px !important; } .top-site-outer .context-menu { top: 16.75px !important; /* Original: 6.75px */ diff --git a/src/contents/_activity_stream.scss b/src/contents/_activity_stream.scss index 221d1cc..3d8542f 100644 --- a/src/contents/_activity_stream.scss +++ b/src/contents/_activity_stream.scss @@ -51,6 +51,9 @@ .context-menu-button { top: 0px !important; /* Original: -20px */ + right: 0px !important; + width: 22px !important; + height: 22px !important; } .context-menu { top: 16.75px !important; /* Original: 6.75px */