Skip to content

Commit 93d95a2

Browse files
[backport 1.26] Fix overlapping elements in desktop installer (#5736)
Backport of #5735 to `core/1.26` Automatically created by backport workflow. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-5736-backport-1-26-Fix-overlapping-elements-in-desktop-installer-2776d73d3650817fa57ac0c6a8417e05) by [Unito](https://www.unito.io) Co-authored-by: filtered <[email protected]>
1 parent 75a6569 commit 93d95a2

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/components/install/GpuPicker.vue

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,16 +112,12 @@
112112
</div>
113113

114114
<div
115-
class="transition-opacity flex gap-3 h-0"
115+
class="transition-opacity flex gap-3 h-0 items-center"
116116
:class="{
117117
'opacity-40': selected && selected !== 'cpu'
118118
}"
119119
>
120-
<ToggleSwitch
121-
v-model="cpuMode"
122-
input-id="cpu-mode"
123-
class="-translate-y-40"
124-
/>
120+
<ToggleSwitch v-model="cpuMode" input-id="cpu-mode" />
125121
<label for="cpu-mode" class="select-none">
126122
{{ $t('install.gpuSelection.enableCpuMode') }}
127123
</label>

0 commit comments

Comments
 (0)