Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Close, Minimize, Maximize button bugged out! #98

Closed
2 tasks done
M2HF opened this issue Aug 29, 2023 · 8 comments
Closed
2 tasks done

[BUG] Close, Minimize, Maximize button bugged out! #98

M2HF opened this issue Aug 29, 2023 · 8 comments
Assignees
Labels
🐛 bug Something isn't working 🪟 Windows Windows specific

Comments

@M2HF
Copy link

M2HF commented Aug 29, 2023

Describe the problem

Hey, I'm so sad this bug happened.
I've been using your theme for half a year now, and it's great. It has a very clean, modern and nice feeling to it.

However, after I restarted my PC, this part just bugged out and won't stop (see screenshots)
I didn't change anything, I also tried reinstalling it, but that didn't fix anything.

I'd be grateful for any help, as I'd love to keep using it!

Version

v1.5.2 2023-05-12 Latest

OS

Windows 11

Firefox Version

117.0

Install Options

none

Colour Theme

no

Additional info

32a074cc2d88e0e185edf659355cc116

Please tick the boxes

@1-800-aesthetics
Copy link

Hello, I'm having the same trouble, so i started search in theme folder "C:\Users\User\AppData\Roaming\Mozilla\Firefox\Profiles\ebp285dx.default-release\chrome\WhiteSur\parts" and find buttons-fixes,css and i think here already have the fix but i don't know css is not for me

@AdamXweb
Copy link
Owner

@MatsCraft1 Thanks for reporting this issue, i'll look into this when I get a chance. Can confirm I've reproduced the issue on my VM.

@AdamXweb AdamXweb added 🐛 bug Something isn't working 🪟 Windows Windows specific labels Aug 31, 2023
@terran5151
Copy link

Same issue here,
image

@easonwong-de
Copy link
Contributor

Fixed with:

/* Reverse the botton placing */

#titlebar .titlebar-buttonbox {
	flex-direction: row-reverse !important;
}

/* Remove default symbols in the button & resize & relocate */

#titlebar .titlebar-buttonbox .titlebar-button {
	list-style-image: none !important;
	padding: 2px !important;
	margin: 0 4px !important;
	background-color: transparent !important;
}

@AdamXweb
Copy link
Owner

AdamXweb commented Sep 2, 2023

Fixed with:


/* Reverse the botton placing */



#titlebar .titlebar-buttonbox {

	flex-direction: row-reverse !important;

}



/* Remove default symbols in the button & resize & relocate */



#titlebar .titlebar-buttonbox .titlebar-button {

	list-style-image: none !important;

	padding: 2px !important;

	margin: 0 4px !important;

	background-color: transparent !important;

}

@easonwong-de thanks for submitting a fix. Would you like to open a pull request?

@justsmbody
Copy link

Fixed with:


/* Reverse the botton placing */



#titlebar .titlebar-buttonbox {

	flex-direction: row-reverse !important;

}



/* Remove default symbols in the button & resize & relocate */



#titlebar .titlebar-buttonbox .titlebar-button {

	list-style-image: none !important;

	padding: 2px !important;

	margin: 0 4px !important;

	background-color: transparent !important;

}

@easonwong-de thanks for submitting a fix. Would you like to open a pull request?

Could you update the theme with the bug fixed?

@easonwong-de
Copy link
Contributor

I hope #101 works.

@AdamXweb
Copy link
Owner

AdamXweb commented Sep 5, 2023

Fixed from #101

@AdamXweb AdamXweb closed this as completed Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working 🪟 Windows Windows specific
Projects
None yet
Development

No branches or pull requests

6 participants