Update Lepton to 8.6.1

This commit is contained in:
exu 2024-05-10 10:10:27 +02:00
parent 05e869c42c
commit f56ecdef0f
4 changed files with 541 additions and 319 deletions

View File

@ -1,3 +1,3 @@
[Info] [Info]
Ver=v8.6.0 Ver=v8.6.1
Branch=photon-style Branch=photon-style

View File

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

View File

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