earlSt1 / vtt-compendium-folders

Collapsable folders in the compendium directory and folder structures inside compendiums for FoundryVTT
22 stars 20 forks source link

Enhancements: UI improvement #2

Closed apoapostolov closed 4 years ago

apoapostolov commented 4 years ago

The Settings button on the right side of each compendium folder is not vertically centered. Also, the two borders nested in each other is UI different from one border only for all other folders used elsewhere in Foundry and doesn't look very modern UI-like.

image

Compare with how Folders look elsewhere. The icon int the right is vertically centered and there's no inner border with two colors only one.

image

There's also the issue that clicking the Gear button for settings does nothing at the moment.

earlSt1 commented 4 years ago

The settings button currently doesn't do anything, but the border around the box should not be there. Is this persistent across multiple reloads?

If so, could you send me a list of the modules you are using? Perhaps there is some conflict between them.

earlSt1 commented 4 years ago

After working through the issue with @apoapostolov we've found a compromise for this is to add the following rule to the Custom CSS module:

#compendium h3 {border: 0px !important;padding: 0px !important;background: none !important;}

earlSt1 commented 4 years ago

Styling mentioned in previous comment added in v0.1.4. Closing issue.