Update Lepton to 8.6.1
This commit is contained in:
parent
05e869c42c
commit
f56ecdef0f
@ -1,3 +1,3 @@
|
|||||||
[Info]
|
[Info]
|
||||||
Ver=v8.6.0
|
Ver=v8.6.1
|
||||||
Branch=photon-style
|
Branch=photon-style
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -342,10 +342,20 @@
|
|||||||
.top-site-outer .tile {
|
.top-site-outer .tile {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.top-site-outer .tile .icon-wrapper {
|
.top-site-outer .icon-wrapper {
|
||||||
width: 100% !important; /* Original: 48px */
|
width: 100% !important; /* Original: 48px */
|
||||||
height: 100% !important; /* Original: 48px */
|
height: 100% !important; /* Original: 48px */
|
||||||
}
|
}
|
||||||
|
.top-site-outer.add-button .tile .icon-wrapper {
|
||||||
|
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 ***********************************************/
|
/** Activity Stream - Animate ***********************************************/
|
||||||
@supports -moz-bool-pref("userContent.newTab.animate") {
|
@supports -moz-bool-pref("userContent.newTab.animate") {
|
||||||
@ -3961,10 +3971,20 @@
|
|||||||
.top-site-outer .tile {
|
.top-site-outer .tile {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.top-site-outer .tile .icon-wrapper {
|
.top-site-outer .icon-wrapper {
|
||||||
width: 100% !important; /* Original: 48px */
|
width: 100% !important; /* Original: 48px */
|
||||||
height: 100% !important; /* Original: 48px */
|
height: 100% !important; /* Original: 48px */
|
||||||
}
|
}
|
||||||
|
.top-site-outer.add-button .tile .icon-wrapper {
|
||||||
|
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 ***********************************************/
|
/** Activity Stream - Animate ***********************************************/
|
||||||
@media (-moz-bool-pref: "userContent.newTab.animate") and (prefers-reduced-motion: no-preference) {
|
@media (-moz-bool-pref: "userContent.newTab.animate") and (prefers-reduced-motion: no-preference) {
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
/// Lepton-Photon-Style v8.6.1
|
||||||
// ** Theme Default Options ****************************************************
|
// ** Theme Default Options ****************************************************
|
||||||
// userchrome.css usercontent.css activate
|
// userchrome.css usercontent.css activate
|
||||||
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
|
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
|
||||||
|
Loading…
Reference in New Issue
Block a user