diff --git a/.gitignore b/.gitignore index b386e84e..51fac9f2 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ node_modules/ extensions/ .idea/ dist/ +build/ # Files package-lock.json diff --git a/bun.lockb b/bun.lockb old mode 100644 new mode 100755 index 2b554d3d..e0b56d79 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/src/components/Elements/MainModal/scss/settings/modules/tabs/_order.scss b/src/components/Elements/MainModal/scss/settings/modules/tabs/_order.scss index f9bfc556..6481c846 100644 --- a/src/components/Elements/MainModal/scss/settings/modules/tabs/_order.scss +++ b/src/components/Elements/MainModal/scss/settings/modules/tabs/_order.scss @@ -42,6 +42,7 @@ -webkit-padding-start: 0; padding: 0; list-style-type: none; + margin-top: 16px; } .images-row { diff --git a/src/components/Form/Settings/Radio/Radio.jsx b/src/components/Form/Settings/Radio/Radio.jsx index a06bf806..85e12c18 100644 --- a/src/components/Form/Settings/Radio/Radio.jsx +++ b/src/components/Form/Settings/Radio/Radio.jsx @@ -55,11 +55,11 @@ function Radio(props) { key={option.name} label={option.name} value={option.value} - className="group relative flex cursor-pointer rounded-lg bg-white/5 py-4 px-5 text-white shadow-md transition focus:outline-none data-[focus]:outline-1 data-[focus]:outline-white data-[checked]:bg-white/10" + className="data-[checked]:bg-white/10 group relative flex cursor-pointer rounded-lg bg-white/5 data-[checked]:hover:bg-neutral-700 hover:bg-neutral-700 py-4 px-5 text-white shadow-md transition focus:outline-none data-[focus]:outline-1 data-[focus]:outline-white" >
-

{option.name}

+

{option.name}

{option.subname}