Skip to content

Commit a64f5ae

Browse files
committed
fix background image size
Signed-off-by: Simon L <szaimen@e.mail.de>
1 parent a8d5391 commit a64f5ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)