stealthFox icon indicating copy to clipboard operation
stealthFox copied to clipboard

Misaligned minimize/restore/close Buttons

Open ktc64 opened this issue 2 years ago • 2 comments

I know it's been a while since this was updated but I'm curious if there's any way to fix these 3 buttons. They look proper in your example images so I assume some update since has changed something, causing them to not align with the top. image Seems like maybe it's caused by the "Private Browsing" text while in incognito mode. image

ktc64 avatar Jan 20 '23 01:01 ktc64

I know it's been a while since this was updated but I'm curious if there's any way to fix these 3 buttons. They look proper in your example images so I assume some update since has changed something, causing them to not align with the top. image Seems like maybe it's caused by the "Private Browsing" text while in incognito mode. image

Set density of toolbar to Touch can solve your problem. Customize toolbar > Density> Touch

Meursau1T avatar Mar 16 '23 06:03 Meursau1T

#TabsToolbar > .titlebar-buttonbox-container {
	display: block;
	position: absolute;
        /** Change this value to set align. */
	top: 5px;
	right: 1px;
}

Meursau1T avatar Mar 16 '23 06:03 Meursau1T