
Enjoy!

Moderators: Lootyhoof, FranklinDM
This I missed unfortunately while working on this. Is this still an issue? If so I'll look into it soon.gracious1 wrote:I love Camimoon. It works well with Persona Switcher, so I can have my cake and eat it, too.![]()
But I have noticed one issue. When the extension Restart Manager 1.0.9 is enabled, and the Restart button is added to the Navigation Toolbar, the buttons in the Navigation Toolbar become squished, like so:If the button is placed in any other toolbar, the icons return to normal:I am reporting this to the developer of Restart Manager, but I thought you (Lootyhoof and other PM folks) might like to know about it. This seems to happen only with Camimoon, so it might be something that could be changed in the theme as well as the extension.
What exactly does this mean? At first I thought you made the toolbar buttons smaller, but I am so relieved that you did not. *whew*Lootyhoof wrote:Camimoon has been updated to v2.0โฆ
- provide smaller toolbar image for extension compatibility
NIce!Lootyhoof wrote:- Linux: redesign appmenu button
gracious1 wrote:When the extension Restart Manager 1.0.9 is enabled, and the Restart button is added to the Navigation Toolbar, the buttons in the Navigation Toolbar become squished, like so:
It's still relevant even though Restart is now a command in Pale Moon's Menu Bar for a few reasons, including the fact that the toolbar button is nice to have.Lootyhoof wrote:This I missed unfortunately while working on this. Is this still an issue? If so I'll look into it soon.
Code: Select all
toolbar[mode="icons"] .restman-toolbarbutton:not([ffx4-22]) {
min-height: 24px !important;
max-height: 24px !important;
width: 26px !important;
}
#navigator-toolbox[iconsize="large"][mode="icons"] > #nav-bar .restman-toolbarbutton {
min-height: 32px !important;
max-height: 32px !important;
width: 34px !important;
margin-top: 2px;
margin-bottom: 2px;
}
Well, that's good to know!! Thanks for looking into this!! I appreciate your perseverance with this!Lootyhoof wrote:Looking at this further it's definitely an issue with the add-on. It forces specific stylings, which never ends up well โฆ With the offending code disabled it looks fine
He then went on to suggest a workaround:" I can say that most likely this theme and the special effect i have applied in the toolbar button
of restart manager are not compatible. (However, as you can understand, it's not possible to
test my extension with every theme, present and future, for Firefox and Pale Moon.)
Most likely, this issue is caused by this theme, since you noticed it only on this, as you say and since there is no problem with default theme. Any theme should alter only the appearance of Ui, having the same functional behavior with the default theme. "
This works, but then of course as he points out, I lose the rotational effect and the background.As a workaround, i can suggest you change the appearance of the button, to see what is happening. To do it, open extension's settings (right-click on the button --> options), find "Appearance" and click "Default". This will remove the special CSS of the button, making it a standard toolbar button, like any other button. This may solve your issue, but you will lose the rotation effect and the background of the button![]()
Hello, just bumping this because I'm hoping for an answer. Where in the XPI module is the code that I need to remove?Lootyhoof wrote:Looking at this further it's definitely an issue with the add-on. It forces specific stylings, which never ends up well:
Still seeing it disappear, or mostly so. Can see the three buttons but not the text, and the area is grabbable:Lootyhoof wrote:Camimoon has been updated to v2.2.0.
- fix disappearing titlebar in private and lwtheme modes on macOS