-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleaner UI for explore page #1253
Comments
How I did it:
To make it look like this so you can try it, use the following js (yes, I know it does not do the exact changes above, but it essentially does the same thing): $(".explore>.ui.container>.ui.grid").removeClass("grid");
$(".four.wide.column>.menu").attr("style", "justify-content: center;margin-bottom: 10px;").attr("class", "ui secondary pointing tabular top attached borderless menu navbar");
$(".ui.menu .header.item").remove(); |
This modification will also make the ui look better on smaller screens. |
Basically it looks better, but the horizontal nav can be done better |
@tboerger What should I change? |
Maybe a different background on the full width for this top navigation |
@tboerger Like this: After moving it above the .ui.container, I added the css: justify-content: center;
padding-top: 15px;
margin-top: -15px;
margin-bottom: 15px;
background-color: #FAFAFA;
border-width: 1px; UPDATED: according to the next comment |
Yes, and maybe more space around the search |
I can't remember the html structure, but is it easily possible to list two columns on large displays? |
@tboerger Done, see new screenshot |
@tboerger not easily |
@tboerger Should I submit a PR now? |
From my side: yes. |
In general is good. |
Maybe aligned left is better. |
Does anyone else like my cleaner design? If so, I will submit a PR.
Screenshots on try.gitea.io
The text was updated successfully, but these errors were encountered: