Responsive design for the Unraid GUI
- Install the
Theme Engineplugin in Unraid - Open the Theme Engine settings, from the Unraid Settings page
- Toggle from
Basic viewtoAdvanced view - Set
Enable custom stylingtoYes - Copy and paste the following code into the
Custom styling (advanced)field:
</style>
<link type="text/css" rel="Stylesheet" href="https://rawcdn.githack.com/ccmorris/unraid-gui-responsive/refs/heads/main/custom.css" />
<meta name="viewport" content="width=device-width, initial-scale=1" />- Click apply
- Enjoy from your phone/tablet
These style overrides exist because the Unraid GUI does not have a responsive design, making it painful to use from a phone/tablet.
- Avoid modifying the desktop layout so that the design will never become completely broken
- Avoid use of colour
- Use the minimum amount of changes
- Expect breaking changes upstream
Last tested with Unraid OS v6.12.8.
- Some tables are too large and require scrolling left/right, eg. devices on the
Mainpage - Tabs layout does not work
- Footer statusbar is gone
- Scrolling issues on the
Mainpage on touch devices - Certainly more... Please tell me, or submit a pull request!
- Collect bug reports from more users
- See if it is possible to contribute to the official Unraid theme dynamix