-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
fix(settings): apps list layout #44236
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
Conversation
e4aec63 to
04af997
Compare
|
dron is not related |
| </script> | ||
|
|
||
| <style scoped lang="scss"> | ||
| @use '../../../../../core/css/variables.scss' as variables; |
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.
They are deprecated it feels not right to still use them as we probably want to get rid of them soon.
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.
Without PostCSS, would you prefer to use just constant numbers in @media queries?
susnux
left a comment
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.
Finally the overflow issue is fixed, thank you!
|
BTW I think we should in the future separate the table and grid components. That are two different designs and currently the grid one looks a bit "sad". |
Yeah. A lot place for further refactoring here. I kept myself from not doing it, to not overload one PR with the fix by refactoring 🙈 |
Signed-off-by: Grigorii K. Shartsev <[email protected]>
Signed-off-by: Grigorii K. Shartsev <[email protected]>
Signed-off-by: Grigorii K. Shartsev <[email protected]>
Signed-off-by: Grigorii K. Shartsev <[email protected]>
Signed-off-by: Grigorii K. Shartsev <[email protected]>
Signed-off-by: Grigorii K. Shartsev <[email protected]>
Signed-off-by: Grigorii K. Shartsev <[email protected]>
Signed-off-by: Grigorii K. Shartsev <[email protected]>
Signed-off-by: Grigorii K. Shartsev <[email protected]>
Signed-off-by: Grigorii K. Shartsev <[email protected]>
Signed-off-by: Grigorii K. Shartsev <[email protected]>
04af997 to
3ff6211
Compare
|
Rebased onto |
|
/backport to stable28 |
Summary
Fix Apps Settings layout:
app-levela component (AppLevelBadge) #43770settings.scssto components.sectionthat were used for both settings sections on other pages and table rowposition: relativedoesn't work on<tr>on SafariScreenshots
Safari bug
Safari-before.mp4
Safari-after.mp4
Other screenshots
Checklist