Merge pull request #26212 from nextcloud/fix-dashboard-background

Make background cover whole viewport
pull/26221/head
Morris Jobke 2021-03-19 20:30:49 +07:00 committed by GitHub
commit f2969dc9ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -403,6 +403,7 @@ export default {
<style lang="scss" scoped>
#app-dashboard {
width: 100%;
min-height: 100vh;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;