mirror of
https://github.com/zen-browser/desktop.git
synced 2026-07-26 02:01:48 +00:00
14 lines
783 B
C++
14 lines
783 B
C++
diff --git a/browser/themes/shared/urlbar/variables.css b/browser/themes/shared/urlbar/variables.css
|
|
index 64eb46b3061504e590d3fcee0c30c902f68764fe..6e7ffe043c5676da27a6eb5b105dac2fde3309da 100644
|
|
--- a/browser/themes/shared/urlbar/variables.css
|
|
+++ b/browser/themes/shared/urlbar/variables.css
|
|
@@ -9,7 +9,7 @@
|
|
:root {
|
|
--identity-box-margin-inline: 4px;
|
|
--urlbar-min-height: max(32px, 1.4em);
|
|
- --urlbar-icon-padding: calc((var(--urlbar-min-height) - 2px /* border */ - 2px /* padding */ - 16px /* icon */) / 2);
|
|
+ --urlbar-icon-padding: calc((var(--urlbar-min-height) - 2px /* border */ - 14px /* icon */) / 2);
|
|
|
|
/* This should be used for icons and chiclets inside the input field, as well
|
|
as result rows. It makes the gap around them more uniform when they are
|