server icon indicating copy to clipboard operation
server copied to clipboard

Fix first run wizzard

Open CarlSchwan opened this issue 3 years ago • 2 comments

Before: image

After:

image

CarlSchwan avatar Aug 03 '22 13:08 CarlSchwan

What was the issue ?

artonge avatar Aug 08 '22 09:08 artonge

What was the issue ?

I added a before screenshot, the header was missing an image

CarlSchwan avatar Aug 08 '22 14:08 CarlSchwan

This broke other things, the fix could have been sent to the firstrunwizard only :)

.modal-header .firstrunwizard-header {
	padding: 20px 12px;
	background-size: var(--image-background-size);
	background-position: center;
	color: var(--color-primary-text);
	text-align: center;
	background-image: var(--image-background, var(--image-background-plain, url("../../../core/img/background.svg"), linear-gradient(
40deg, #0082c9 0%, #30b6ff 100%)));
	background-color: var(--color-primary);
	.logo[data-v-10738c5b] {
		background: var(--image-logo, url("../../../core/img/logo/logo.svg")) no-repeat center;
		background-size: contain;
	}
}

skjnldsv avatar Aug 16 '22 06:08 skjnldsv