Skip to content
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

fix(FilePicker): Adjust stylings after migration to NcDialog #1138

Merged
merged 1 commit into from Dec 8, 2023

Conversation

susnux
Copy link
Contributor

@susnux susnux commented Dec 7, 2023

  • The height must have a !important otherwise it will conflict with NcDialog dependening on loading order of styles
  • The navigation needs some padding for the focus visible outline
  • Make the view buttons streched so they have the same width
before after
Screenshot_20231207_164331 Screenshot_20231207_164140

* The height must have a `!important` otherwise it will conflict with `NcDialog` dependening on loading order of styles
* The navigation needs some padding for the focus visible outline
* Make the view buttons streched so they have the same width

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@susnux susnux added this to the 5.0.0 milestone Dec 7, 2023
Copy link

codecov bot commented Dec 7, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9445962) 30.61% compared to head (95ea092) 30.61%.
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1138   +/-   ##
=======================================
  Coverage   30.61%   30.61%           
=======================================
  Files          16       16           
  Lines        1225     1225           
  Branches       60       60           
=======================================
  Hits          375      375           
  Misses        792      792           
  Partials       58       58           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@skjnldsv skjnldsv merged commit eb34267 into main Dec 8, 2023
11 checks passed
@skjnldsv skjnldsv deleted the fix/filepicker-design branch December 8, 2023 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants