Skip to content

Commit dd569ec

Browse files
authored
Merge pull request #790 from nextcloud/backport/789/stable25
[stable25] fix background image size
2 parents 7e3ce73 + a7180f3 commit dd569ec

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

js/firstrunwizard-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/firstrunwizard-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ export default {
371371
flex-shrink: 0;
372372
373373
.firstrunwizard-header {
374-
background-size: var(--image-background-size, 275px, contain);
374+
background-size: cover;
375375
background-position: 50% 50%;
376376
// Use custom background or plain primary colour if defined
377377
// or fallback to default background with gradient

0 commit comments

Comments
 (0)