fix: alignment issue on settings page on mobile (#571)
This commit is contained in:
parent
8a062f5573
commit
f4bd2cab5c
|
@ -36,7 +36,7 @@ if (props.command) {
|
||||||
>
|
>
|
||||||
<div flex-1 flex items-center md:gap2 gap4>
|
<div flex-1 flex items-center md:gap2 gap4>
|
||||||
<div
|
<div
|
||||||
flex items-center justify-center
|
flex items-center justify-center flex-shrink-0
|
||||||
:class="$slots.description ? 'w-12 h-12' : ''"
|
:class="$slots.description ? 'w-12 h-12' : ''"
|
||||||
>
|
>
|
||||||
<slot name="icon">
|
<slot name="icon">
|
||||||
|
|
Loading…
Reference in a new issue