From 53e54cc12e54408b54d2562d903e3441ee0a4021 Mon Sep 17 00:00:00 2001 From: Cleo Menezes Jr Date: Mon, 26 Sep 2022 00:23:03 -0300 Subject: [PATCH] URLbar: Align view fixes: #443 --- theme/parts/urlbar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/parts/urlbar.css b/theme/parts/urlbar.css index 919585d..d3d7241 100644 --- a/theme/parts/urlbar.css +++ b/theme/parts/urlbar.css @@ -38,7 +38,7 @@ toolbarspring { background: transparent !important; color: var(--gnome-toolbar-color) !important; margin: 11px 0 0 0 !important; - width: 100% !important; + width: 99% !important; position: absolute !important; box-shadow: var(--gnome-menu-shadow) !important; border-radius: 12px !important;