Open HomemadeToast57 opened 2 years ago
Since the time I posted this issue, I have fixed the bug and submitted a pull request to fix this. The pull request can be found here: #325.
Screenshot AFTER fix Look at the URL text inside the address bar...
If you want to manually fix this and do not want to wait until they merge the pull request, change line #208
in chrome/urlbar/urlbar.css
as shown below:
from
padding: 0 !important;
to
padding: 0 auto !important;
All this does is separates the horizontal and vertical padding and gives the top and bottom of the urlbar even padding (left and right padding is unchanged).
Hope this helps! :)
Sanity checks (must complete)
Describe the bug The vertical padding (specifically top padding) of the URL address text is incorrect within its container when you open or switch to a new tab and have focus on the search bar.
To Reproduce Steps to reproduce the behavior:
chrome
folder anduser.js
to profile root directoryScreenshot
System info
Additional context I have a fix. It's a one line change that I will PR momentarily.