Skip to content

Commit

Permalink
Merge pull request #47408 from nextcloud/fix/dashboard-widgets
Browse files Browse the repository at this point in the history
fix(dashboard): Adjust widget border radius
  • Loading branch information
AndyScherzinger committed Aug 22, 2024
2 parents 1b39abb + 5940c96 commit f4f0316
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/dashboard/src/DashboardApp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ export default {
background-color: var(--color-main-background-blur);
-webkit-backdrop-filter: var(--filter-background-blur);
backdrop-filter: var(--filter-background-blur);
border-radius: var(--body-container-radius);
border-radius: var(--border-radius-container-large);
#body-user.theme--highcontrast & {
border: 2px solid var(--color-border);
Expand Down
4 changes: 2 additions & 2 deletions dist/dashboard-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/dashboard-main.js.map

Large diffs are not rendered by default.

0 comments on commit f4f0316

Please sign in to comment.