mirror of
https://github.com/zen-browser/desktop
synced 2026-04-25 17:15:00 +02:00
* chore: Sync upstream to `Firefox 147.0` * chore: Continued migration, b=no-bug, c=tests * chore: Finish migration without testing, b=no-bug, c=scripts, tabs, media, common, split-view * feat: Finish migration, b=no-bug, c=common, compact-mode, split-view, workspaces * feat: Finish basic migration, b=no-bug, c=kbs, common, folders * feat: Update surfer, b=no-bug, c=scripts
22 lines
677 B
C++
22 lines
677 B
C++
diff --git a/browser/themes/shared/urlbarView.css b/browser/themes/shared/urlbarView.css
|
|
index 1ba5a570cb1fe690cf88396643baba02f9265095..312891b41e1c62b4ed53f5cbd63bd3280dde7512 100644
|
|
--- a/browser/themes/shared/urlbarView.css
|
|
+++ b/browser/themes/shared/urlbarView.css
|
|
@@ -20,7 +20,7 @@
|
|
|
|
--urlbarView-small-font-size: 0.85em;
|
|
|
|
- --urlbarView-results-padding: 7px;
|
|
+ --urlbarView-results-padding: 8px;
|
|
--urlbarView-row-gutter: 2px;
|
|
--urlbarView-item-inline-padding: var(--urlbar-icon-padding);
|
|
--urlbarView-item-block-padding: 6px;
|
|
@@ -171,7 +171,6 @@
|
|
min-height: 32px;
|
|
}
|
|
:root[uidensity="touch"] & {
|
|
- padding-block: 11px;
|
|
}
|
|
}
|
|
|