Browse Source

fix(dashboard): Adjust border radius of panels to match main content container

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
pull/38327/head
Ferdinand Thiessen 3 years ago
parent
commit
902d00d980
  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

@ -413,7 +413,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-large);
border-radius: var(--border-radius-rounded);
#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