diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-09-28 20:26:15 +0200 |
---|---|---|
committer | Rodrigo <rodarima@gmail.com> | 2025-09-28 23:10:55 +0200 |
commit | fb510ea86be5ceb9e91573890242581fdbd77ad8 (patch) | |
tree | d819fe40683592008d136727f5a0b03e48dc1164 /442 |
Diffstat (limited to '442')
-rw-r--r-- | 442/index.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/442/index.md b/442/index.md new file mode 100644 index 0000000..495b308 --- /dev/null +++ b/442/index.md @@ -0,0 +1,10 @@ +Title: Increase location bar margin on the left side +Author: rodarima +Created: Wed, 03 Sep 2025 17:42:53 +0000 +State: closed + +One of the problems that has been bugging me for years is that the space between the [X] button and the start of the first character of the location bar is very narrow. This often causes missclicks or at least a very high time for landing the mouse in the right spot. + +<img width="780" height="580" alt="Image" src="https://github.com/user-attachments/assets/66311aee-b3f0-4581-a08d-fd81917e0eb4" /> + +Given that we are already using a custom input widget for the location bar, we may be able to add some extra space to make the selection easier.
\ No newline at end of file |