fixes/mobile-comparator #25
@@ -109,7 +109,7 @@ function calculateScale(index: number): number | string {
|
|||||||
{#snippet ComboControl()}
|
{#snippet ComboControl()}
|
||||||
<div
|
<div
|
||||||
class={cn(
|
class={cn(
|
||||||
'flex gap-4 sm:p-4 rounded-xl transition-all duration-300',
|
'flex gap-4 sm:py-4 sm:px-1 rounded-xl transition-all duration-300',
|
||||||
'backdrop-blur-md',
|
'backdrop-blur-md',
|
||||||
orientation === 'horizontal' ? 'flex-row items-end w-full' : 'flex-col items-center h-full',
|
orientation === 'horizontal' ? 'flex-row items-end w-full' : 'flex-col items-center h-full',
|
||||||
className,
|
className,
|
||||||
|
|||||||
Reference in New Issue
Block a user