I am using MinimalistUI module in addition to this module, and one option is that it can reduce the size of the left toolbar icons. I noticed that the "Scenery" button added by this module does not have the same class as the other icons, and thus isn't targeted by MinimalistUI. I bet there are other modules that this would be a problem with, too, as it seems like the existing convention isn't being met.
Rather than the class control-tool, or in addition to it, the class should include scene-control. Note that the 'main' tools on the furthest left have this scene-control class....and that the 'sub' tools on the right get the control-tool class. Here is the 'main' toolbar from my current setup:
I am using MinimalistUI module in addition to this module, and one option is that it can reduce the size of the left toolbar icons. I noticed that the "Scenery" button added by this module does not have the same class as the other icons, and thus isn't targeted by MinimalistUI. I bet there are other modules that this would be a problem with, too, as it seems like the existing convention isn't being met.
https://github.com/elizeuangelo/fvtt-module-narrator-tools/blob/51c9be31ae1c5a56b57624ee3e714a1301118f0b/narrator.js#L228
Rather than the class
control-tool
, or in addition to it, the class should includescene-control
. Note that the 'main' tools on the furthest left have thisscene-control
class....and that the 'sub' tools on the right get thecontrol-tool
class. Here is the 'main' toolbar from my current setup: