March 28Mar 28 Following the updated dashboard page (which is great) there's a slight issue in Safari - the page is too wide for the view.That results in a scroll bar down the bottom of the page to pan it a tiny amount left and right.It's hardly mission critical... but it's scruffy, and hopefully an easy fix.This is on the default page zoom, with content blockers off.Currently on the latest version of Safari, but this has been visible since the update - previous versions of Unraid and Safari.Confirming that the page looks fine in Brave (but no, that's not the solution...).Unraid Version: 7.2.4Saferi Version: 26.4 (21624.1.16.11.4)MacOS Version: 26.4 (25E246)Could you please make the page fit the view? Edited March 28Mar 28 by Raboon Updated Info
June 2Jun 2 Author Whilst I'd prefer the Unraid team address this, I have an interim solution:Install the WebUI Custom CSS pluginPaste the below in both input boxes (ie light and dark mode) over the top of whatever's in there by default.@media (min-width: 1024px) { #displaybox .frame .grid { width: 1440px !important; } } Edited Sunday at 03:06 PM2 days by Raboon Just address the grid rather than the displaybox, makes other pages nicer, and a breakpoint for mobile.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.