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

View File

@@ -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
)}