-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Too little spacing for the texts of the header links #12277
Comments
Right, of course this drawback would appear. So in the previous version we had full title visibility for the currently hovered/focused element. It would probably fix the issue if the currently selected element’s text gets as much width as the text needs, and the entries left and right are truncated accordingly. Not sure this is easily possible but I have some ideas with either background-color or :after / :before and padding-left/right. |
I tried this but it just doesn’t look good and feels janky, and is not flexible (the overflow-y: hidden even needs to be removed from the li, causing the glitching again):
Other ideas @nextcloud/designers? |
@skjnldsv it’s ok, but it makes the other issue @nickvergessen mentioned even worse cause it shows less characters:
Like "Bookm…" is now "Book…". So I think both the issue of spacing and the issue of showing the full name on hover/focus need to be addressed? Do you have any ideas, or improvements to what I commented above at #12277 (comment) ? |
Yep, it's fixing an issue but not improving the other ^^ |
@skjnldsv You seem to be pretty focused on bringing marquee into Nextcloud. How about building an app for that? 😜 |
I miss it 😿 |
Anyhow we need a fix for this before 15 🙈 |
What is your opinion on what's above? :) |
well more padding yes, I think showing the full name on hover is a good option, I dislike marquee, but well as long as it looks better than now, im all for it. |
I was sarcastic :p |
What to do here? We should look into this, because on Thursday is the first RC |
@skjnldsv do we want to combine both our approaches? Having a bit more padding by default first, but then on hover showing the complete name of the currently hovered app? |
Seems good @jancborchardt 👍 😉 |
@skjnldsv ok, can you start with a pull request with the approach you used above? That definitely fixes the spacing. Then I will add the work-in-progress of what I listed and we see if we can make it look good. If not, we just take your commit. Sound good? |
Also shorting the words to "Annou…" for announcements and other similar things, without having a hover fallback looks weird to me.
@nextcloud/designers
The text was updated successfully, but these errors were encountered: