28.10.2021, 07:51
The title bug with 1.5x1.5 widgets will be fixed in the next update.
For 1x1 custom widgets you can add this to Custom CSS in Settings & Styles:
This is not a perfect solution because it somewhat breaks the Y positioning of custom widgets since it assumes a fixed header size. You will have to tweak the Y coordinate manually. Some extra CSS might be needed if icons other than SVG are used.
For 1x1 custom widgets you can add this to Custom CSS in Settings & Styles:
Code:
.widget-custom .widget-title { padding-top: 5px; margin-bottom: 0; }
.widget-custom .widget-title.custom-svg svg { top: 0; }