#URL Bar "pops out" when clicking (NOT Floating URL Bar)

9 messages Β· Page 1 of 1 (latest)

chilly fable
#

Clicking on the URL Bar causes it to slightly "pop out", which causes the cursor to misalign. This makes quickly copying parts of the URL or otherwise manipulating it annoying, as you now need to click the URL Bar or otherwise focus it, and then highlight or insert your cursor into it. Is there any way to fix this at this time?

craggy pagoda
#

can you send a screenrecord?

chilly fable
#

Of course, I meant to attach one yesterday and forgot oops

craggy pagoda
#

I'll see what I can do with css when I get home.

chilly fable
#

🫢 much appreciated

craggy pagoda
#

hmmm. seems like a margin issue, but I can't reproduce it.

#

try this:

#urlbar[open] {
  --urlbar-margin-inline: 0px !important;
}

see if it mitigates the issue a little.

#

it requires the least amount of dabbling