]> source.dussan.org Git - nextcloud-server.git/commitdiff
Dashboard: Adjust headings to new spacing for 44px icons
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Sat, 11 Jul 2020 09:50:24 +0000 (11:50 +0200)
committerJulius Härtl <jus@bitgrid.net>
Wed, 5 Aug 2020 15:01:28 +0000 (17:01 +0200)
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
apps/dashboard/src/App.vue

index d30dc528deab87761d40be2e1f72e934a9c6cdb0..51296c3029f446832f6786ef7258a72ca23cb82c 100644 (file)
@@ -191,6 +191,7 @@ export default {
        #app-dashboard {
                width: 100%;
        }
+
        h2 {
                text-align: center;
                font-size: 32px;
@@ -218,6 +219,7 @@ export default {
                & > .panel--header {
                        position: sticky;
                        display: flex;
+                       z-index: 1;
                        top: 50px;
                        padding: 16px;
                        // TO DO: use variables here
@@ -242,8 +244,8 @@ export default {
                                font-size: 20px;
                                font-weight: bold;
                                background-size: 32px;
-                               background-position: 10px 10px;
-                               padding: 16px 8px 16px 52px;
+                               background-position: 12px 12px;
+                               padding: 16px 8px 16px 60px;
                                cursor: grab;
                        }
                }