Javier-DarthPalpatine / firefox-hide-caption-titlebar-plus

Automatically exported from code.google.com/p/firefox-hide-caption-titlebar-plus
22 stars 0 forks source link

[PALEMOON] [Very old hctp version] Clipped Close-Min-Max buttons: #titlebar-buttonbox-container. #358

Closed UserPATRICKJANE closed 5 years ago

UserPATRICKJANE commented 7 years ago

Using Pale Moon 27.3.0 the button container is clipped, cropped, when titlebar is hidden and there are no custom buttons (re "Fx. default"), which is when the buttons are standard size.

The following 3px right-padding fixes it (#titlebar-buttonbox-container), and the margin-right 10px for #urlbar gives a bit of space between the button container and url bar

titlebar-buttonbox-container

{ padding: 0px 3px 0px 0px; }

urlbar

{ margin-right: 10px !important; }

Fixed: Fixed with above styling

Broken, clipped: Broken, clipped, without above styling

Location, relevant section, in addon UI: Location of the active section in addon UI

Javier-DarthPalpatine commented 7 years ago

Well, that HCTP version (by seeing the dialog) is very old already.

I am testing the newer version in Palemoon and it works pretty well (didn't check all stayle details), but It has an issue at Firefox shutdown/restart. I'll publish it here soon and I'll let you know!