WebUI: Fix Safari transfer list header misalignment
`localPreferences.get` returns a string for values loaded from localStorage, so `column.width` became a string after the first user-initiated column resize. In Safari this caused the fixed header table to render ~26px wider than the body on initial page load; hovering, scrolling, or resizing forced a layout pass that corrected it. Other browsers were not affected. PR #24377.
T
Tom Piccirello committed
987bccc1c2aac837c9accd3957973554e3fac939
Parent: a50fc41
Committed by GitHub <noreply@github.com>
on 5/30/2026, 7:38:22 AM