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

Make background cover whole viewport
This commit is contained in:
Morris Jobke 2021-03-19 20:30:49 +01: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

View File

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