-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Update dashboard panels border radius #46201
Conversation
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.
Maybe also change the padding to be in line with border radius?
border-radius: var(--border-radius-rounded); | ||
border-radius: var(--body-container-radius); |
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.
Probably, we should also add this variable to the theming.
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.
Isn't this one already there?
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 think @ShGKme means adding it to theming / the theme from the theming app
I wonder why this is not styled in the NcDashboardWidget 🤔 But you then also need to adjust all "guest-box" components (login etc) which we unified with the dashboard widgets not long ago |
I also thought I would find it there
Could you please point me to the components @susnux? |
@susnux should we tackle this in separate prs so that we get the important stuff in? |
9b407ed
to
6c48237
Compare
/compile amend/ |
Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
6c48237
to
479d394
Compare
No description provided.