mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-03 14:00:42 -08:00
Fix: Activity Stream - Context menu position
This commit is contained in:
parent
10eb374fa1
commit
ba16a40b1d
3 changed files with 25 additions and 0 deletions
12
css/leptonContent.css
generated
12
css/leptonContent.css
generated
|
|
@ -350,6 +350,12 @@
|
|||
width: 24px !important;
|
||||
height: 24px !important;
|
||||
}
|
||||
.top-site-outer .context-menu-button {
|
||||
top: 0px !important; /* Original: -20px */
|
||||
}
|
||||
.top-site-outer .context-menu {
|
||||
top: 16.75px !important; /* Original: 6.75px */
|
||||
}
|
||||
}
|
||||
/** Activity Stream - Animate ***********************************************/
|
||||
@supports -moz-bool-pref("userContent.newTab.animate") {
|
||||
|
|
@ -3973,6 +3979,12 @@
|
|||
width: 24px !important;
|
||||
height: 24px !important;
|
||||
}
|
||||
.top-site-outer .context-menu-button {
|
||||
top: 0px !important; /* Original: -20px */
|
||||
}
|
||||
.top-site-outer .context-menu {
|
||||
top: 16.75px !important; /* Original: 6.75px */
|
||||
}
|
||||
}
|
||||
/** Activity Stream - Animate ***********************************************/
|
||||
@media (-moz-bool-pref: "userContent.newTab.animate") and (prefers-reduced-motion: no-preference) {
|
||||
|
|
|
|||
6
css/leptonContentESR.css
generated
6
css/leptonContentESR.css
generated
|
|
@ -350,6 +350,12 @@
|
|||
width: 24px !important;
|
||||
height: 24px !important;
|
||||
}
|
||||
.top-site-outer .context-menu-button {
|
||||
top: 0px !important; /* Original: -20px */
|
||||
}
|
||||
.top-site-outer .context-menu {
|
||||
top: 16.75px !important; /* Original: 6.75px */
|
||||
}
|
||||
}
|
||||
/** Activity Stream - Animate ***********************************************/
|
||||
@supports -moz-bool-pref("userContent.newTab.animate") {
|
||||
|
|
|
|||
|
|
@ -48,6 +48,13 @@
|
|||
width: 24px !important;
|
||||
height: 24px !important;
|
||||
}
|
||||
|
||||
.context-menu-button {
|
||||
top: 0px !important; /* Original: -20px */
|
||||
}
|
||||
.context-menu {
|
||||
top: 16.75px !important; /* Original: 6.75px */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue