From e123b80f7df1ad9043435f345c426717ca323579 Mon Sep 17 00:00:00 2001 From: ohfp <1813007-ohfp@users.noreply.gitlab.com> Date: Wed, 24 Feb 2021 11:42:38 +0100 Subject: [PATCH] update megabar.patch --- megabar.patch | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/megabar.patch b/megabar.patch index 1ba5cb8..f12367c 100644 --- a/megabar.patch +++ b/megabar.patch @@ -1,8 +1,8 @@ diff --git a/browser/components/urlbar/UrlbarInput.jsm b/browser/components/urlbar/UrlbarInput.jsm -index 18d73db..7911576 100644 +index b003b5f..e7a5332 100644 --- a/browser/components/urlbar/UrlbarInput.jsm +++ b/browser/components/urlbar/UrlbarInput.jsm -@@ -1172,13 +1172,13 @@ class UrlbarInput { +@@ -1633,13 +1633,13 @@ class UrlbarInput { // Enable the animation only after the first extend call to ensure it // doesn't run when opening a new window. @@ -24,7 +24,7 @@ index 18d73db..7911576 100644 endLayoutExtend() { diff --git a/browser/themes/shared/urlbar-searchbar.inc.css b/browser/themes/shared/urlbar-searchbar.inc.css -index 0b1f693..7de64a1 100644 +index 9cc5b6f..97c2f19 100644 --- a/browser/themes/shared/urlbar-searchbar.inc.css +++ b/browser/themes/shared/urlbar-searchbar.inc.css @@ -6,7 +6,7 @@ @@ -77,10 +77,10 @@ index 0b1f693..7de64a1 100644 animation-timing-function: var(--animation-easing-function); } diff --git a/browser/themes/shared/urlbarView.inc.css b/browser/themes/shared/urlbarView.inc.css -index 6b8cac0..54648c6 100644 +index b648467..0a12ef0 100644 --- a/browser/themes/shared/urlbarView.inc.css +++ b/browser/themes/shared/urlbarView.inc.css -@@ -48,8 +48,8 @@ +@@ -56,8 +56,8 @@ display: block; text-shadow: none; overflow: clip; @@ -91,7 +91,7 @@ index 6b8cac0..54648c6 100644 /* Match urlbar-background's border. */ border-inline: 1px solid transparent; -@@ -72,7 +72,7 @@ +@@ -90,7 +90,7 @@ .urlbarView-row { fill: currentColor; fill-opacity: .6; @@ -100,23 +100,23 @@ index 6b8cac0..54648c6 100644 } .urlbarView-row-inner { -@@ -179,6 +179,7 @@ - background-repeat: no-repeat; - background-size: contain; +@@ -207,6 +207,7 @@ + object-fit: contain; + flex-shrink: 0; -moz-context-properties: fill, fill-opacity; + margin-inline-start: 20px; } - @media (min-resolution: 2dppx) { -@@ -204,10 +205,10 @@ + .urlbarView-row[type=tip] > .urlbarView-row-inner > .urlbarView-favicon { +@@ -244,10 +245,10 @@ .urlbarView-type-icon { position: absolute; -- min-width: 12px; +- width: 12px; - height: 12px; - margin-bottom: -4px; - margin-inline-start: 8px; -+ min-width: 16px; ++ width: 16px; + height: 16px; + margin-bottom: 0; + margin-inline-start: 0;