Fixed url bar left padding

Related Chromium change:
https://source.chromium.org/chromium/chromium/src/+/7c065994b4014bb6e352c90c1df8e4e1a2bc1e83

	[SurfacePolish][CleanUp] Clean up surface polish code related to toolbar and real omnibox appearance.

	This CL cleans up code related to the toolbar and real omnibox
	appearance, including color, icon background, hint text typeface, and
	button end margin. This CL does not include the change in animation.
	Additionally, it makes a small adjustment to the size of the Google icon
	background in the real omnibox.
	Here is a comparison:
	Original: https://drive.google.com/file/d/1ZAu3svqTXe0bjABFgudgv8XnZNO_fph6/view?usp=sharing&resourcekey=0-Rxyvdlg9na3n-M1Jd9VNKQ
	After this CL:
	https://drive.google.com/file/d/1zBX-rTgUz2VNHwHp9NMBIaVklx-VSaol/view?usp=sharing&resourcekey=0--L7FH_jIss1VFlauBEMFVQ

	Bug: 331667743
	Change-Id: I863d9e333fe21509f92f05da73a13d3070fc3bfe
	Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5688899
This commit is contained in:
AlexeyBarabash
2024-08-07 21:31:55 -04:00
committed by mkarolin
parent ae4cae4c14
commit f6c8b190a1
8 changed files with 59 additions and 0 deletions
+2
View File
@@ -53,4 +53,6 @@
<dimen name="heading_h4">16sp</dimen>
<dimen name="small_semibold">12sp</dimen>
<dimen name="monospace_small">12sp</dimen>
<dimen name="brave_toolbar_edge_padding_ntp">8dp</dimen>
</resources>