cascade icon indicating copy to clipboard operation
cascade copied to clipboard

One line tabs & url bar seems to be broken on ff nightly on MacOS

Open RAV64 opened this issue 1 year ago • 6 comments

Describe the bug One line tabs & url bar seems to be broken on ff nightly on MacOS

Expected behavior Tabs and url bar are on the same line

Screenshots (optional) On top there is regular firefox and below it nightly both running same chrome folder config.

image

RAV64 avatar Apr 15 '23 11:04 RAV64

Same problem on ff developer edition!

mihil99 avatar Apr 15 '23 20:04 mihil99

Hmm.. Last time I've tested it on nightly it worked; so there may be some CSS changes coming in down the line that cause this? I'll look into it. c:

unseen-ninja avatar Apr 16 '23 06:04 unseen-ninja

@andreasgrafen I found forcing a height like this:

#navigator-toolbox {
  height: 40px !important;
}

Forces everything on the same line but causes other problems, for example my berry icon gets pushed off of the edge of the window.

RAV64 avatar Apr 17 '23 09:04 RAV64

Adding this stops the overflowing for some reason..

#urlbar-container {
  width: 0 !important;
}

RAV64 avatar Apr 17 '23 10:04 RAV64

+1 for Linux

@RAV64 Both of your solutions here seems to kind of work, but they also cause some odd issues when opening a new window and resizing it to fullscreen to show the address bar.

image

Eagerly awaiting a more permanent solution! :slightly_smiling_face:

Swivelgames avatar Apr 27 '23 03:04 Swivelgames

I seem to be having a similar issue in the latest stable Firefox (113.0) released May 9 2023. It seems they added some changes to the search bar which could be the culprit.

nat212 avatar May 10 '23 07:05 nat212