diff --git a/src/zen/welcome/zen-welcome.css b/src/zen/welcome/zen-welcome.css index 8efff676b..51794e7de 100644 --- a/src/zen/welcome/zen-welcome.css +++ b/src/zen/welcome/zen-welcome.css @@ -185,12 +185,16 @@ aspect-ratio: 1 / 0.7; align-items: center; width: 60%; - height: 50%; justify-self: center; align-self: center; justify-content: space-around; } + /* 3 or more engines */ + &[select-engine='true']:has(label:nth-of-type(3)) { + height: 50%; + } + #zen-welcome-workspace-colors-anchor { width: 1px; height: 1px;