mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
fix(frontend): make switch size responsive
This commit is contained in:
@@ -854,9 +854,9 @@ function SortableAddonItem({
|
||||
|
||||
<div className="flex items-center gap-1 sm:gap-2">
|
||||
<Switch
|
||||
value={!!preset.enabled}
|
||||
value={preset.enabled ?? false}
|
||||
onValueChange={onToggleEnabled}
|
||||
size="sm"
|
||||
className="h-5 w-9 md:h-6 md:w-11"
|
||||
/>
|
||||
{isConfigurable && (
|
||||
<IconButton
|
||||
|
||||
Reference in New Issue
Block a user