cascadefox / cascade

A responsive One-Line CSS Theme for Firefox.
MIT License
1.42k stars 148 forks source link

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

Open RAV64 opened 1 year ago

RAV64 commented 1 year ago

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
mihil99 commented 1 year ago

Same problem on ff developer edition!

unseen-ninja commented 1 year ago

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:

RAV64 commented 1 year ago

@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 commented 1 year ago

Adding this stops the overflowing for some reason..

#urlbar-container {
  width: 0 !important;
}
Swivelgames commented 1 year ago

+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:

nat212 commented 1 year ago

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.