Resizing the "inner widget"

Hi again...

I need to make the knob smaller, to make it match with his background...
I know i can use an image widget on a side, and this knob widget on the other hand...

I achieved to do this within a one-knob-matrix, thanks to the "padding" field :
matrice unique

But i'd like to know how to do that with a normal knob widget ..

knobbicolorgradientBKG

try adding some padding manually:

canvas {
  padding: 20rem;
}

Thank you very much ! I was missing the "canvas" definition... :+1: