Skip to content

Commit

Permalink
Fixed onboardin spacing when selecting themes (closes #4037) (#4035)
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-cheff committed Dec 28, 2024
1 parent 3c496b5 commit f6ef53b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/browser/components/zen-welcome/welcome.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ h2 {
justify-content: start;
}

.page-split:not(#import) > div:first-child {
.page-split:not(#import, #theme) > div:first-child {
margin-bottom: 20px;
}

Expand All @@ -140,6 +140,12 @@ h2 {
text-align: center;
}

#theme {
& > div:first-child p {
margin-bottom: 0 !important;
}
}

#theme .card[disabled='true'] {
opacity: 0.7;
cursor: not-allowed;
Expand Down

0 comments on commit f6ef53b

Please sign in to comment.