diff --git a/AppImage/components/virtual-machines.tsx b/AppImage/components/virtual-machines.tsx index cf31739..64c51fe 100644 --- a/AppImage/components/virtual-machines.tsx +++ b/AppImage/components/virtual-machines.tsx @@ -809,7 +809,7 @@ export function VirtualMachines() { <>
@@ -908,7 +908,7 @@ export function VirtualMachines() { variant="outline" size="sm" onClick={() => setShowAdditionalInfo(!showAdditionalInfo)} - className="text-xs bg-black/5 dark:bg-white/5 sm:bg-transparent sm:hover:bg-white/5 dark:sm:hover:bg-white/5" + className="text-xs max-sm:bg-black/5 max-sm:dark:bg-white/5 sm:bg-transparent sm:hover:bg-black/5 sm:dark:hover:bg-white/5" > {showAdditionalInfo ? ( <>