Skip to content

Commit

Permalink
Merge pull request #790 from nextcloud/backport/789/stable25
Browse files Browse the repository at this point in the history
[stable25] fix background image size
  • Loading branch information
szaimen authored Dec 8, 2022
2 parents 7e3ce73 + a7180f3 commit dd569ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions js/firstrunwizard-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/firstrunwizard-main.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ export default {
flex-shrink: 0;
.firstrunwizard-header {
background-size: var(--image-background-size, 275px, contain);
background-size: cover;
background-position: 50% 50%;
// Use custom background or plain primary colour if defined
// or fallback to default background with gradient
Expand Down

0 comments on commit dd569ec

Please sign in to comment.