-
Notifications
You must be signed in to change notification settings - Fork 270
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-dynamic-page): add responsive paddings #7846
Conversation
82e51fd
to
8dafdfb
Compare
As we are about to replace all ResizeHandler media range based attributes with container queries: #7666, could we also use them here? |
Ignore my last comment, we stick to resize handlers for now. |
|
||
/* Responsive paddings */ | ||
|
||
:host([media-range="S"]) .ui5-dynamic-page-root { |
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.
I guess we should set paddings to all components of the dynamic page individually - title, header, content. This way the background and the box-shadow of the title will be visible through the whole width of the page. Also the footer seems to not need paddings as well.
dcec831
to
6453f54
Compare
6453f54
to
c143204
Compare
merge issue |
add left/right responsive paddings