mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Status Page High Density Display #2925
Labels
No labels
A:accessibility
A:api
A:cert-expiry
A:core
A:dashboard
A:deployment
A:documentation
A:domain expiry
A:incidents
A:maintenance
A:metrics
A:monitor
A:notifications
A:reports
A:settings
A:status-page
A:ui/ux
A:user-management
Stale
ai-slop
blocked
blocked-upstream
bug
cannot-reproduce
dependencies
discussion
duplicate
feature-request
feature-request
good first issue
hacktoberfest
help
help wanted
house keeping
invalid
invalid-format
invalid-format
question
releaseblocker 🚨
security
spam
type:enhance-existing
type:new
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uptime-kuma#2925
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @brooksvb on GitHub (Dec 13, 2023).
⚠️ Please verify that this feature request has NOT been suggested before.
🏷️ Feature Request Type
UI Feature
🔖 Feature description
The default status page display wastes a ton of screen real estate on anything larger than mobile. I think there should be an option to enable higher density styling on a status page.
We plan to display a status page on a large wall-mounted TV, so we would like to see much more information using that screen real-estate.
✔️ Solution
A checkbox option in the edit sidebar for a status to enable high-density display, reducing empty space on the page and displaying many more items in more than a single column. Enabling this option should not break styling for smaller screens and mobile.
❓ Alternatives
I solved this by writing some custom CSS. I was pleased with the results and wanted to share my work, so I created a Reddit post.
The CSS can be viewed in this Gist.
I tested at typical computer monitor sizes and made sure mobile size still looked fine. I still need to see how it looks on 4K screen sizes and will likely need to add a couple additional tweaks, which I will update in the Gist.
I figured my CSS could be a good reference for implementing this as a feature, but as things currently stand, we are satisfied with our custom CSS.
Here are before and after pictures for comparison:


Here is a list of the changes my CSS makes:
📝 Additional Context
No response
@CommanderStorm commented on GitHub (Dec 13, 2023):
Multi column displays for the status page are tracked in #3934 and #1844
I don't see a real difference between this and the other issues
=> closing as a duplicate
@brooksvb commented on GitHub (Dec 13, 2023):
My bad, I tried searching a few terms but didn't find those issues. Thanks.
@CommanderStorm commented on GitHub (Dec 13, 2023):
Yea, GitHub's search is not great. Fully agree on that one
@ShadowWhisperer commented on GitHub (Nov 25, 2025):
For reference, both above issues are closed. All of the issues they reference are closed, except this #592.
@pacholoamit commented on GitHub (Dec 4, 2025):
Just wanting to say I referenced this here: https://github.com/pacholoamit/uptime-kuma-themes
DOWNandUP#3115