Update AppImage 1.2.1.3

This commit is contained in:
MacRimi
2026-05-27 17:55:41 +02:00
parent e22ff85dc8
commit fe1297936f
2 changed files with 6 additions and 2 deletions
@@ -77,7 +77,11 @@ export function GpuSwitchModeIndicator({
return (
<div
className={cn(
"flex items-center gap-6",
// On very narrow containers (mobile, narrow modal), stack the SVG
// above the status text so the 224px-wide SVG doesn't squeeze the
// text into a 2-character-wide column. At sm+ we go back to the
// original side-by-side layout.
"flex flex-col items-start gap-3 sm:flex-row sm:items-center sm:gap-6",
isEditing && !isSriovActive && "cursor-pointer",
className
)}
+1 -1
View File
@@ -924,7 +924,7 @@ export default function Hardware() {
</Badge>
</div>
<div className="grid gap-4 sm:grid-cols-2">
<div className="grid gap-4 lg:grid-cols-2">
{hardwareData.gpus.map((gpu, index) => {
const pciDevice = findPCIDeviceForGPU(gpu)
const fullSlot = pciDevice?.slot || gpu.slot