From 4c38abd9d0931654d4b99e26801fd324b4af1847 Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Sun, 23 Oct 2022 21:20:25 -0500 Subject: [PATCH] URLbar: Fix url view width --- theme/parts/urlbar.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/parts/urlbar.css b/theme/parts/urlbar.css index d3d7241..8f48723 100644 --- a/theme/parts/urlbar.css +++ b/theme/parts/urlbar.css @@ -37,8 +37,8 @@ toolbarspring { .urlbarView { background: transparent !important; color: var(--gnome-toolbar-color) !important; - margin: 11px 0 0 0 !important; - width: 99% !important; + margin: 11px 0 0 -3px !important; + width: 100% !important; position: absolute !important; box-shadow: var(--gnome-menu-shadow) !important; border-radius: 12px !important;