From ed8bbe969c7385347428006fff38b3845769449f Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Fri, 20 Sep 2024 01:06:29 +0900 Subject: [PATCH] Fix: Activity Stream - 3 dot button size #913 --- css/leptonContent.css | 6 ++++++ css/leptonContentESR.css | 3 +++ src/contents/_activity_stream.scss | 3 +++ 3 files changed, 12 insertions(+) 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 */