Browse Source

Merge pull request #36498 from nextcloud/bug/dashboard-widgets

Some Dashboard widgets are larger than others
tags/v26.0.0beta3
Julius Härtl 1 year ago
parent
commit
e81cb6eaf0
No account linked to committer's email address
3 changed files with 4 additions and 3 deletions
  1. 1
    0
      apps/dashboard/src/DashboardApp.vue
  2. 2
    2
      dist/dashboard-main.js
  3. 1
    1
      dist/dashboard-main.js.map

+ 1
- 0
apps/dashboard/src/DashboardApp.vue View File

@@ -405,6 +405,7 @@ export default {
width: 320px;
max-width: 100%;
margin: 16px;
align-self: stretch;
background-color: var(--color-main-background-blur);
-webkit-backdrop-filter: var(--filter-background-blur);
backdrop-filter: var(--filter-background-blur);

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


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


Loading…
Cancel
Save