louischan / simplewhite

A minimal theme for Mozilla Firefox.
https://addons.mozilla.org/addon/simplewhite/
Mozilla Public License 2.0
77 stars 20 forks source link

Compatibility with The Fox Only Better's Slim Chrome feature #37

Open Quicksaver opened 9 years ago

Quicksaver commented 9 years ago

Hi, I'm the developer of the add-on The Fox, Only Better. A user reported a problem (https://github.com/Quicksaver/The-Fox--Only-Better/issues/100) when using it together with this theme. I wonder if you could add support for the add-on within the theme, as this task will be much more easily done within the theme itself.

You can check out and follow https://github.com/Quicksaver/The-Fox--Only-Better/issues/24 for simple instructions on how to add support for the add-on in themes, and of course if you have any questions or need me to do anything in the add-on for this, please let me know. :)

louischan commented 9 years ago

The patch is not perfect, but it should look better than before. :)

Quicksaver commented 9 years ago

Looks great! Is there any chance you could add the following code to make the edges of the toolbar stay inside the limits?

#main-window:not([chromehidden~="toolbar"]) #navigator-toolbox[slimStyle="australis"] #theFoxOnlyBetter-slimChrome-container:-moz-any([hover],:not([onlyURLBar])) #nav-bar {
  margin-left: 0;
  margin-right: 0;
}