mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 12:20:36 -08:00
Fix: Activity Stream - 3 dot button size #913
This commit is contained in:
parent
113aa41f7d
commit
ed8bbe969c
3 changed files with 12 additions and 0 deletions
6
css/leptonContent.css
generated
6
css/leptonContent.css
generated
|
|
@ -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 */
|
||||
|
|
|
|||
3
css/leptonContentESR.css
generated
3
css/leptonContentESR.css
generated
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue