arc-firefox-theme
arc-firefox-theme copied to clipboard
Option to display tabs on bottom to be more conform with Gnome
Basically like the Adwaita Firefox Skin:
If someone could point me to the file I'd need to edit I would do it myself. Any suggestions?
Hmm, it's probably not an easy change. I'll have a look at it. The thing is that I would like to keep the tabs on top and it's not possible to change them at runtime.
What would be the problem with that? I mean you could just provide another version of the theme, or provide a compiling flag.
Right, I didn't think about a compilation flag. I'll try to implement something like this.
That would be great. Maybe take a look at how the Gnome Integration Team did it: https://github.com/gnome-integration-team/firefox-gnome
I already had a look at it, but couldn't find the code that puts tabs on bottom. If you do it would be nice to let me know.
Ah well, I just found this extension https://addons.mozilla.org/de/firefox/addon/tabs-on-bottom/ It works relatively well with the theme. Maybe I can put some specific css for the extension into the theme to make it look a bit better.
Hm no not really since it puts the bookmarks completely on top. But there should be the url bar. Also the window controls are on the bottom then which looks weird.
Is it possible to provide the code, so we can manually change the theme? Or even better have you made any progress on implementing the bottom tabs option?
Unfortunately this is a pretty invasive change. I can't make this an option at build time.
Any updates on this? Can we help?