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

Some Dashboard widgets are larger than others
This commit is contained in:
Julius Härtl 2023-02-02 21:51:53 +01:00 committed by GitHub
commit e81cb6eaf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

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);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long