]> source.dussan.org Git - nextcloud-server.git/commitdiff
Dashboard: remove header fade
authorJan C. Borchardt <hey@jancborchardt.net>
Fri, 7 Aug 2020 13:58:34 +0000 (15:58 +0200)
committerJan C. Borchardt <hey@jancborchardt.net>
Fri, 7 Aug 2020 14:55:56 +0000 (16:55 +0200)
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
apps/dashboard/src/App.vue

index d9bae1aecbc35f6d64028c5bf6fbc66c81954258..cffef23c01f5ae3e06ee751d4181f7442cb330b6 100644 (file)
@@ -114,7 +114,7 @@ export default {
                        if (time > 5) {
                                return { text: shouldShowName ? t('dashboard', 'Good morning, {name}', { name: this.displayName }) : t('dashboard', 'Good morning') }
                        }
-                       return {text: shouldShowName ? t('dashboard', 'Good night, {name}', { name: this.displayName }) : t('dashboard', 'Have a night owl') }
+                       return { text: shouldShowName ? t('dashboard', 'Good night, {name}', { name: this.displayName }) : t('dashboard', 'Have a night owl') }
                },
                isActive() {
                        return (panel) => this.layout.indexOf(panel.id) > -1
@@ -266,11 +266,6 @@ export default {
                        z-index: 1;
                        top: 50px;
                        padding: 16px;
-                       // TO DO: use variables here
-                       background: linear-gradient(170deg, rgba(0, 130,201, 0.2) 0%, rgba(255,255,255,.1) 50%, rgba(255,255,255,0) 100%);
-                       border-top-left-radius: calc(var(--border-radius-large) - 2px);
-                       border-top-right-radius: calc(var(--border-radius-large) - 2px);
-                       backdrop-filter: blur(4px);
                        cursor: grab;
 
                        &, ::v-deep * {