This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch geckoview-99.0.1-11.0-1 in repository tor-browser.
commit bca5528071733ec983fb8cd9d7797337d7ed9d1d Author: Ed Lee edilee@mozilla.com AuthorDate: Mon Mar 14 14:14:06 2022 +0000
Bug 1759255 - Increase spotlight padding to 40px r=mviar a=dmeehan
Differential Revision: https://phabricator.services.mozilla.com/D140902 --- browser/themes/shared/spotlight.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/browser/themes/shared/spotlight.css b/browser/themes/shared/spotlight.css index ca3c99a682dcd..c8374d001d686 100644 --- a/browser/themes/shared/spotlight.css +++ b/browser/themes/shared/spotlight.css @@ -17,7 +17,7 @@ body { }
body { - padding: 20px; + padding: 20px 40px; width: 465px; }