-
Notifications
You must be signed in to change notification settings - Fork 1.2k
storage: Fix section spacing #22011
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
storage: Fix section spacing #22011
Conversation
This would remove the border on mobile as can be seen here is that expected? |
a9f6661
to
e906b47
Compare
Yeah maybe not the best. I added the border back in for table cards so will look like before but without the extra spacing at least |
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.
Needs pixel tests updates.
e906b47
to
505515f
Compare
505515f
to
cceb7b5
Compare
The pixel tests now conflict. |
237df40
to
7e0803b
Compare
7e0803b
to
3be916b
Compare
@@ -350,12 +350,9 @@ $phone: 767px; | |||
} | |||
|
|||
/* FIXME: Temporary rework plain cards to make it look like how PF6 is designed, adding borders between sections */ |
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.
This is no longer accurate now
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.
Changed it now
3be916b
to
7656510
Compare
7f21340
to
5a197f2
Compare
5a197f2
to
3a4b787
Compare
We had a bit too much spacing between cards that caused issues with storage mobile-view. Reverting this to how we had it before. This also removes the border between cards for the storage page and instead only keeps them for the table-style of cards we have between storage types. Future improvements would be to - Remove usage of Card for Storage page sections or embrace it fully - Remove usage of Card for mobile-view rows and instead use Table or Data list component Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2366666 Signed-off-by: Freya Gustavsson <[email protected]>
3a4b787
to
fbf1c8c
Compare
We had a bit too much spacing between cards that caused issues with
storage mobile-view. Reverting this to how we had it before.
This also removes the border between cards for the storage page
and instead only keeps them for the table-style of cards we have between
storage types.
Future improvements would be to
Data list component
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2366666
Signed-off-by: Freya Gustavsson [email protected]