Browse Source

Feat: update panels border radius

Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
pull/46201/head
Marco Ambrosini 1 year ago
committed by nextcloud-command
parent
commit
479d394a9e
  1. 2
      apps/dashboard/src/DashboardApp.vue
  2. 4
      dist/dashboard-main.js
  3. 2
      dist/dashboard-main.js.map

2
apps/dashboard/src/DashboardApp.vue

@ -506,7 +506,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(--border-radius-rounded);
border-radius: var(--body-container-radius);
#body-user.theme--highcontrast & {
border: 2px solid var(--color-border);

4
dist/dashboard-main.js
File diff suppressed because it is too large
View File

2
dist/dashboard-main.js.map
File diff suppressed because it is too large
View File

Loading…
Cancel
Save