-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(ui5-page): implement responsive paddings #3412
Conversation
opacity: 1; | ||
bottom: 0.5rem; | ||
} | ||
/*** Responsive paddings ***/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Last thing, should we also handle the case when a ui5-bar is used in the footer, when it is not floating, but regular one - similar to the header styles :host([media-range="S"]) ::slotted([ui5-bar][slot="header"])
:
:host([media-range="S"]:not([floating-footer])) ::slotted([ui5-bar][slot="footer"] {
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When the bar is not floating, it should always has a width of 100% from the page. (No paddings at all)
I am pulling @MapTo0 into the PR to have a final look as we are going to merge this soon if no concerns |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Fixes #3388