update megabar.patch

This commit is contained in:
ohfp 2021-02-24 11:42:38 +01:00
parent fae3610290
commit e123b80f7d
No known key found for this signature in database
GPG key ID: 2954CC8585E27A3F

View file

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