Change the kirby cms panel drawer size

,

I would like the width of the drawer size to 66.66vw.
How do I do this in a way that I dont have to modify the kirby root folder.
So it will be easy to update kirby in the future and me not overwriting my css fix for the drawer

.kirby-drawer {
  flex-basis: 66.66vw;
}

You can probably do with a panel style sheet. see here:

1 Like

Thanx champ!