diff options
author | Julius Härtl <jus@bitgrid.net> | 2024-02-21 10:50:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-21 10:50:40 +0100 |
commit | 89b2859128a4eb5164b5f01a7f5f3c6b783090c2 (patch) | |
tree | 6625b904ff9e7cf9f845433e48e4ef5f2986170f /apps | |
parent | 1ab0dff259025a15b8db53c22083fb93efd107c5 (diff) | |
parent | 72ffb9f7dd5b7a095ec1b2abd73768ece5ac1341 (diff) | |
download | nextcloud-server-89b2859128a4eb5164b5f01a7f5f3c6b783090c2.tar.gz nextcloud-server-89b2859128a4eb5164b5f01a7f5f3c6b783090c2.zip |
Merge pull request #43702 from nextcloud/fix/dashboard-icon-position
fix(dashboard): Align icon of widgets with the images
Diffstat (limited to 'apps')
-rw-r--r-- | apps/dashboard/src/DashboardApp.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/dashboard/src/DashboardApp.vue b/apps/dashboard/src/DashboardApp.vue index 09f03e08f79..3026e9c04df 100644 --- a/apps/dashboard/src/DashboardApp.vue +++ b/apps/dashboard/src/DashboardApp.vue @@ -554,6 +554,7 @@ export default { background-position: center; float: left; margin-top: -6px; + margin-left: 6px; } } } |