How do I add a global, deep style for ion-content
to be max-width: 500px
? I’ve tried several variations of :host >>> ion-content { max-width: 500px; }
at the global and app component levels. I’m using the sidemenu starter and want the desktop ion-content view width to be constrained.
I can only get it to work when I drop ion-content { max-width 500px; }
into every page scss file. I want to define it once at the global (app component) level.
2 posts - 2 participants