diff --git a/css/leptonChrome.css b/css/leptonChrome.css index b5964d6..bd32994 100644 --- a/css/leptonChrome.css +++ b/css/leptonChrome.css @@ -10598,8 +10598,8 @@ #navigator-toolbox:is(:hover, :focus-within) #nav-bar:not([customizing]) #urlbar { opacity: 1; } - #navigator-toolbox:is(:hover, :focus-within) #nav-bar:not([customizing]) #urlbar { - pointer-events: auto; + #navigator-toolbox:not(:hover, :focus-within) #nav-bar:not([customizing]) #urlbar { + pointer-events: none; } } @supports -moz-bool-pref("userChrome.tabbar.one_liner") { @@ -10620,8 +10620,8 @@ #navigator-toolbox:is(:hover, :focus-within) #nav-bar:not([customizing]) #urlbar { opacity: 1; } - #navigator-toolbox:is(:hover, :focus-within) #nav-bar:not([customizing]) #urlbar { - pointer-events: auto; + #navigator-toolbox:not(:hover, :focus-within) #nav-bar:not([customizing]) #urlbar { + pointer-events: none; } } } @@ -25704,8 +25704,8 @@ #navigator-toolbox:is(:hover, :focus-within) #nav-bar:not([customizing]) #urlbar { opacity: 1; } - #navigator-toolbox:is(:hover, :focus-within) #nav-bar:not([customizing]) #urlbar { - pointer-events: auto; + #navigator-toolbox:not(:hover, :focus-within) #nav-bar:not([customizing]) #urlbar { + pointer-events: none; } } @media screen and (-moz-bool-pref: "userChrome.autohide.tabbar") and (-moz-bool-pref: "userChrome.autohide.navbar") and (-moz-bool-pref: "userChrome.autohide.navbar") and (-moz-bool-pref: "userChrome.tabbar.one_liner") and (-moz-bool-pref: "userChrome.tabbar.one_liner.responsive") and (max-width: 1100px), @@ -25727,8 +25727,8 @@ #navigator-toolbox:is(:hover, :focus-within) #nav-bar:not([customizing]) #urlbar { opacity: 1; } - #navigator-toolbox:is(:hover, :focus-within) #nav-bar:not([customizing]) #urlbar { - pointer-events: auto; + #navigator-toolbox:not(:hover, :focus-within) #nav-bar:not([customizing]) #urlbar { + pointer-events: none; } } @media (-moz-bool-pref: "userChrome.autohide.tabbar") and (-moz-bool-pref: "userChrome.autohide.navbar"), diff --git a/css/leptonChromeESR.css b/css/leptonChromeESR.css index c53ff50..510cd38 100644 --- a/css/leptonChromeESR.css +++ b/css/leptonChromeESR.css @@ -11036,8 +11036,8 @@ #navigator-toolbox:is(:hover, :focus-within) #nav-bar:not([customizing]) #urlbar { opacity: 1; } - #navigator-toolbox:is(:hover, :focus-within) #nav-bar:not([customizing]) #urlbar { - pointer-events: auto; + #navigator-toolbox:not(:hover, :focus-within) #nav-bar:not([customizing]) #urlbar { + pointer-events: none; } } @supports -moz-bool-pref("userChrome.tabbar.one_liner") { @@ -11058,8 +11058,8 @@ #navigator-toolbox:is(:hover, :focus-within) #nav-bar:not([customizing]) #urlbar { opacity: 1; } - #navigator-toolbox:is(:hover, :focus-within) #nav-bar:not([customizing]) #urlbar { - pointer-events: auto; + #navigator-toolbox:not(:hover, :focus-within) #nav-bar:not([customizing]) #urlbar { + pointer-events: none; } } } diff --git a/css/leptonContent.css b/css/leptonContent.css index eeb5e8d..4a4dc64 100644 --- a/css/leptonContent.css +++ b/css/leptonContent.css @@ -361,7 +361,12 @@ } /** Activity Stream - Web Site Icon: full size ******************************/ @supports -moz-bool-pref("userContent.newTab.full_icon") { + .top-site-outer { + width: 120px !important; /* v135: calc(var(--size-item-large) * 3); */ + } .top-site-outer .tile { + width: 80px !important; /* v135: calc(var(--size-item-large) * 2); */ + height: 80px !important; /* v135: calc(var(--size-item-large) * 2); */ overflow: hidden; } .top-site-outer .icon-wrapper { @@ -426,7 +431,8 @@ @supports -moz-bool-pref("userContent.newTab.pocket_to_last") { .body-wrapper.on { display: flex; - flex-wrap: wrap; + flex-wrap: wrap !important; + flex-direction: row !important; } .body-wrapper.on > .discovery-stream.ds-layout { flex-basis: 100%; @@ -4094,7 +4100,12 @@ } /** Activity Stream - Web Site Icon: full size ******************************/ @media (-moz-bool-pref: "userContent.newTab.full_icon") { + .top-site-outer { + width: 120px !important; /* v135: calc(var(--size-item-large) * 3); */ + } .top-site-outer .tile { + width: 80px !important; /* v135: calc(var(--size-item-large) * 2); */ + height: 80px !important; /* v135: calc(var(--size-item-large) * 2); */ overflow: hidden; } .top-site-outer .icon-wrapper { @@ -4157,7 +4168,8 @@ @media (-moz-bool-pref: "userContent.newTab.pocket_to_last") { .body-wrapper.on { display: flex; - flex-wrap: wrap; + flex-wrap: wrap !important; + flex-direction: row !important; } .body-wrapper.on > .discovery-stream.ds-layout { flex-basis: 100%; diff --git a/css/leptonContentESR.css b/css/leptonContentESR.css index f2ddb09..ac75140 100644 --- a/css/leptonContentESR.css +++ b/css/leptonContentESR.css @@ -361,7 +361,12 @@ } /** Activity Stream - Web Site Icon: full size ******************************/ @supports -moz-bool-pref("userContent.newTab.full_icon") { + .top-site-outer { + width: 120px !important; /* v135: calc(var(--size-item-large) * 3); */ + } .top-site-outer .tile { + width: 80px !important; /* v135: calc(var(--size-item-large) * 2); */ + height: 80px !important; /* v135: calc(var(--size-item-large) * 2); */ overflow: hidden; } .top-site-outer .icon-wrapper { @@ -426,7 +431,8 @@ @supports -moz-bool-pref("userContent.newTab.pocket_to_last") { .body-wrapper.on { display: flex; - flex-wrap: wrap; + flex-wrap: wrap !important; + flex-direction: row !important; } .body-wrapper.on > .discovery-stream.ds-layout { flex-basis: 100%; diff --git a/src/contents/_activity_stream.scss b/src/contents/_activity_stream.scss index 3d8542f..60f41c3 100644 --- a/src/contents/_activity_stream.scss +++ b/src/contents/_activity_stream.scss @@ -36,7 +36,11 @@ /** Activity Stream - Web Site Icon: full size ******************************/ @include Option("userContent.newTab.full_icon") { .top-site-outer { + width: 120px !important; /* v135: calc(var(--size-item-large) * 3); */ + .tile { + width: 80px !important; /* v135: calc(var(--size-item-large) * 2); */ + height: 80px !important; /* v135: calc(var(--size-item-large) * 2); */ overflow: hidden; } @@ -115,7 +119,8 @@ @include Option("userContent.newTab.pocket_to_last") { .body-wrapper.on { display: flex; - flex-wrap: wrap; + flex-wrap: wrap !important; + flex-direction: row !important; > .discovery-stream.ds-layout { flex-basis: 100%;