stealthFox
stealthFox copied to clipboard
Misaligned minimize/restore/close Buttons
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.
Seems like maybe it's caused by the "Private Browsing" text while in incognito mode.
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.
Seems like maybe it's caused by the "Private Browsing" text while in incognito mode.
Set density of toolbar to Touch can solve your problem. Customize toolbar > Density> Touch
#TabsToolbar > .titlebar-buttonbox-container {
display: block;
position: absolute;
/** Change this value to set align. */
top: 5px;
right: 1px;
}