MaterialFox icon indicating copy to clipboard operation
MaterialFox copied to clipboard

Is this project dead?

Open jdev082 opened this issue 2 years ago • 16 comments

Last commit a year ago, and the latest Firefox version is now 10 later than the latest release of this theme. I absolutely love this theme and its a great theme. Its just a bit broken on Firefox 103.0!

jdev082 avatar Aug 01 '22 21:08 jdev082

It's been two months, I'm assuming that's a yes.

ghost avatar Oct 08 '22 17:10 ghost

If you just want Chrome-style tabs and some other tweaks, you may want to try out https://github.com/QNetITQ/WaveFox

SkyyySi avatar Oct 08 '22 22:10 SkyyySi

I just found https://github.com/typeling1578/MaterialFox-Plus and it fixed most of the compatibility issues I noticed with the newer versions of firefox

jennnybuckley avatar Oct 09 '22 02:10 jennnybuckley

Thanks so much !

ghost avatar Oct 19 '22 13:10 ghost

@jennnybuckley thanks so much, that works great!

mtzfox avatar Oct 20 '22 00:10 mtzfox

I just found https://github.com/typeling1578/MaterialFox-Plus and it fixed most of the compatibility issues I noticed with the newer versions of firefox

Thank you! It's much improved.

I also saw your forked version which also works well.

However here is still a small issue. I'm testing on my MacOS 13.1.

If I make the browser window very large (almost full window size), the space above the tab will disappear. See the following 2 screenshots for comparison. image image

I wonder is there an easy solution to this issue?

quarkquartet avatar Feb 18 '23 23:02 quarkquartet

What resolution is the display

jdev082 avatar Feb 18 '23 23:02 jdev082

What resolution is the display

Just the default one of the 15-MacbookPro. I think it's 2880*1800.

quarkquartet avatar Feb 18 '23 23:02 quarkquartet

I think that's a High DPI display which this theme might not support.

jdev082 avatar Feb 19 '23 00:02 jdev082

I'm not sure. I have been using this theme for 2 years before this project is out of maintenance. But it's probable that some changes from firefox may cause the High DPI display out of support.

quarkquartet avatar Feb 19 '23 01:02 quarkquartet

This project might become more relevant again once Chrome ships the Web Environment Integrity API. I think that a lot of users will switch to Firefox who are used to the look and feel of Chrome. Are there any future plans on maintenance/updates? Or has this been officially abandoned?

astubenbord avatar Jul 27 '23 09:07 astubenbord

To all those people who follow this:

I found this fork is currently updating and works well. It seems they are willing to continue to work on it. Hope this may help you. https://github.com/fmeyertoens/MaterialFox

quarkquartet avatar Jul 27 '23 16:07 quarkquartet

I just found https://github.com/typeling1578/MaterialFox-Plus and it fixed most of the compatibility issues I noticed with the newer versions of firefox

Thank you! It's much improved.

I also saw your forked version which also works well.

However here is still a small issue. I'm testing on my MacOS 13.1.

If I make the browser window very large (almost full window size), the space above the tab will disappear. See the following 2 screenshots for comparison. image image

I wonder is there an easy solution to this issue?

/* Comment the following code on global.css */
/* line 47*/


/*@supports not -moz-bool-pref("materialfox-plus.oldversion") {
	:root[sizemode="maximized"] #TabsToolbar {
		margin-top: -8px;
	}
}*/

jqtmviyu avatar Oct 13 '23 12:10 jqtmviyu

I just found https://github.com/typeling1578/MaterialFox-Plus and it fixed most of the compatibility issues I noticed with the newer versions of firefox

Thank you! It's much improved. I also saw your forked version which also works well. However here is still a small issue. I'm testing on my MacOS 13.1. If I make the browser window very large (almost full window size), the space above the tab will disappear. See the following 2 screenshots for comparison. image image I wonder is there an easy solution to this issue?

/* Comment the following code on global.css */
/* line 47*/


/*@supports not -moz-bool-pref("materialfox-plus.oldversion") {
	:root[sizemode="maximized"] #TabsToolbar {
		margin-top: -8px;
	}
}*/

I can't find any global.css file with the content you show...

mrchilliballs avatar Oct 17 '23 05:10 mrchilliballs

I can't find any global.css file with the content you show...

just for MaterialFox-Plus

@supports not -moz-bool-pref("materialfox-plus.oldversion") {

jqtmviyu avatar Oct 18 '23 05:10 jqtmviyu

Here is a newer and updated version: material-fox-updated

peivanov avatar Oct 19 '23 16:10 peivanov