How can I make this 1x1 spacer invisible?

As you are already overriding dashboard default styles, add this rule

ui-card-panel:has(.invisible-group){
   opacity:0 !important;
}

And for that ui_teplate node which is situated in the group which becomes invisible give a class "invisible-group"

1 Like

It worked, thank you very much!!!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.