Merge pull request #26212 from nextcloud/fix-dashboard-background
Make background cover whole viewport
This commit is contained in:
commit
f2969dc9ca
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;
|
||||
|
|
Loading…
Reference in New Issue