Fix: Activity Stream - Context menu position

This commit is contained in:
alstjr7375 2024-03-24 00:50:12 +09:00
parent 10eb374fa1
commit ba16a40b1d
3 changed files with 25 additions and 0 deletions

12
css/leptonContent.css generated
View file

@ -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) {

View file

@ -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") {

View file

@ -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 */
}
}
}