including the two navigation bars plus the quote, but excluding the cookie bar, it occupies about 32% of my available screen space (compared to a web page displaying just text). I suggest that the quote be moved, preferably to the bottom, but floated to the top right of the content would work too, since usually this area is cleared by a short header. then, the logo could be moved to be in line with the top navigation bar. additionally, the bottom navigation bar could be moved to the left side of the screen, similar to the MediaWiki layout.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items ...
Show closed items
Linked items 0
Link issues together to show that they're related.
Learn more.
Agreed, the header occupies more space than necessary. You'll notice that that changes when you reduce the window height. Maybe we should use that header height for all window heights?
Or do you want to create a quick mockup with those changes and make it available here for further discussion?
By the way, we'll probably want to fully integrate Relay Search into Tor Metrics before making these changes, because right now we'd have to make them in two separate places. But that shouldn't stop us from planning improvements for after that integration.
Hi Karsten. I know you're proud of the quote from Bruce but the metrics banner is needlessly large. I suspect Atlas gets more traffic than the rest of metrics combined so by folding it in we should be wary of not making its inclusion a step backward for its users.
I'd suggest only including Bruce's quote on the frontpage of metrics and shrinking the top banner...
Let's start with the first step that I suggested above and make the header height independent of media height. Please review this trivial commit in my task-24277 branch. (It's a bit of a hack to change the height threshold from 800 to 8000px, but at least it made me relatively confident that I didn't break anything by moving around CSS parts.)
irl, if this change looks okay to you, do you want to coordinate the update of Relay Search and Tor Metrics?
To be clear, we can certainly do more after this change. But maybe we need a web designer for that.
As discussed in today's meeting, I'll update this patch to do things in a less hacky way and then we will coordinate on updating metrics-web and Relay Search together.
Trac: Owner: metrics-team to irl Status: needs_review to accepted
Hmm, or can we take out everything related to media height? Basically, take my patch and remove the (min-height:8000px) blocks and the (max-height:8000px) conditions? Untested!