Is anybody else experiencing issues with the urlbar on Nightly changing its height/margins?

like this: https://i.imgur.com/vu85Vtp.png

Previously I've used the "Decrease toolbar height" section from here, which stopped working correctly a few days ago so I messed around and ended up with:

toolbar#nav-bar {
  height: 26px !important;
}
.urlbar-input-container {
  height: 26px !important;
  margin-top: -4px !important;
  margin-bottom: 0px !important;
}
#urlbar-background {
  height: 20px !important;
  margin-top: -1px !important;
  margin-bottom: 0px !important;
}

But almost every day the urlbar moves up or down from where I set it and I have to change the values above accordingly.

edit: the changes seem to have stopped. I've updated the code with the currently-working values

6 points · 3 comments · view on lemmy.world

3 Comments

MrOtherGuy@lemmy.world · 2 pts · 1y (2 replies)

You are almost certainly experiencing changed behavior from this bug

001Guy001@lemm.ee · 1 pts · 1y (1 reply)

Thank you. Do you know if there's a way to disable/bypass that behavior?

MrOtherGuy@lemmy.world · 1 pts · 1y

With prefs or CSS no, but there's been quite lot of other changes related to that, and I think there's a non-zero chance that some other change could get introduced that could be used to fix custom styling for urlbar.