mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-05-30 20:14:46 +00:00
Update AppImage 1.2.1.3
This commit is contained in:
@@ -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
|
||||
)}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user