update megabar.patch
This commit is contained in:
parent
fae3610290
commit
e123b80f7d
1 changed files with 13 additions and 13 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
diff --git a/browser/components/urlbar/UrlbarInput.jsm b/browser/components/urlbar/UrlbarInput.jsm
|
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
|
--- a/browser/components/urlbar/UrlbarInput.jsm
|
||||||
+++ b/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
|
// Enable the animation only after the first extend call to ensure it
|
||||||
// doesn't run when opening a new window.
|
// doesn't run when opening a new window.
|
||||||
|
|
@ -24,7 +24,7 @@ index 18d73db..7911576 100644
|
||||||
|
|
||||||
endLayoutExtend() {
|
endLayoutExtend() {
|
||||||
diff --git a/browser/themes/shared/urlbar-searchbar.inc.css b/browser/themes/shared/urlbar-searchbar.inc.css
|
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
|
--- a/browser/themes/shared/urlbar-searchbar.inc.css
|
||||||
+++ b/browser/themes/shared/urlbar-searchbar.inc.css
|
+++ b/browser/themes/shared/urlbar-searchbar.inc.css
|
||||||
@@ -6,7 +6,7 @@
|
@@ -6,7 +6,7 @@
|
||||||
|
|
@ -77,10 +77,10 @@ index 0b1f693..7de64a1 100644
|
||||||
animation-timing-function: var(--animation-easing-function);
|
animation-timing-function: var(--animation-easing-function);
|
||||||
}
|
}
|
||||||
diff --git a/browser/themes/shared/urlbarView.inc.css b/browser/themes/shared/urlbarView.inc.css
|
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
|
--- a/browser/themes/shared/urlbarView.inc.css
|
||||||
+++ b/browser/themes/shared/urlbarView.inc.css
|
+++ b/browser/themes/shared/urlbarView.inc.css
|
||||||
@@ -48,8 +48,8 @@
|
@@ -56,8 +56,8 @@
|
||||||
display: block;
|
display: block;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
overflow: clip;
|
overflow: clip;
|
||||||
|
|
@ -91,7 +91,7 @@ index 6b8cac0..54648c6 100644
|
||||||
|
|
||||||
/* Match urlbar-background's border. */
|
/* Match urlbar-background's border. */
|
||||||
border-inline: 1px solid transparent;
|
border-inline: 1px solid transparent;
|
||||||
@@ -72,7 +72,7 @@
|
@@ -90,7 +90,7 @@
|
||||||
.urlbarView-row {
|
.urlbarView-row {
|
||||||
fill: currentColor;
|
fill: currentColor;
|
||||||
fill-opacity: .6;
|
fill-opacity: .6;
|
||||||
|
|
@ -100,23 +100,23 @@ index 6b8cac0..54648c6 100644
|
||||||
}
|
}
|
||||||
|
|
||||||
.urlbarView-row-inner {
|
.urlbarView-row-inner {
|
||||||
@@ -179,6 +179,7 @@
|
@@ -207,6 +207,7 @@
|
||||||
background-repeat: no-repeat;
|
object-fit: contain;
|
||||||
background-size: contain;
|
flex-shrink: 0;
|
||||||
-moz-context-properties: fill, fill-opacity;
|
-moz-context-properties: fill, fill-opacity;
|
||||||
+ margin-inline-start: 20px;
|
+ margin-inline-start: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-resolution: 2dppx) {
|
.urlbarView-row[type=tip] > .urlbarView-row-inner > .urlbarView-favicon {
|
||||||
@@ -204,10 +205,10 @@
|
@@ -244,10 +245,10 @@
|
||||||
|
|
||||||
.urlbarView-type-icon {
|
.urlbarView-type-icon {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
- min-width: 12px;
|
- width: 12px;
|
||||||
- height: 12px;
|
- height: 12px;
|
||||||
- margin-bottom: -4px;
|
- margin-bottom: -4px;
|
||||||
- margin-inline-start: 8px;
|
- margin-inline-start: 8px;
|
||||||
+ min-width: 16px;
|
+ width: 16px;
|
||||||
+ height: 16px;
|
+ height: 16px;
|
||||||
+ margin-bottom: 0;
|
+ margin-bottom: 0;
|
||||||
+ margin-inline-start: 0;
|
+ margin-inline-start: 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue