NavigationLayout size

Hello!

I use -NavigationLayout permanent for some pages. My menuitem texts are short, and I would like to make the navigation panel narrower. Is there a way to do that?

I could assign a css to the app. This works:
.ud-dashboard > div {
background-color:azure;
width: 90%;
}

Can I do something similar to navigation and header? Is this documented somewhere? I only find .ud-dashboard so far. It would be nice to see what is possible to set up.

Thanks,
Imre