Latest version 1.0
Released 1 year ago
Initial release.
Gives dashboard widget images a maximum height and puts the entity name over the image, like in Kanka 1.x. (There is no image panning on hover, however.)
You can change the maximum height (120 pixels by default) and text color (white) by adding the following to your campaign styles under Settings > Theming:
:root { --RWI-h: 120px; /* use e.g. 30vh for a percentage of screen height */ --RWI-c: #fff; }For some images, white (or your custom color) may not be legible. You can target specific widget IDs and give them a different color like so:
#widget-col-45316 { --RWI-c: #000; }
Want to show appreciation for my plugins or request one-on-one CSS help? I accept tips on Ko-fi (no account needed):
Released 1 year ago
Initial release.