Skip to content

[Feature] Display language name and description on the same line #2245

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

Open
1 task done
encarbassotnopot opened this issue Mar 21, 2025 · 1 comment
Open
1 task done
Assignees
Labels
enhancement New feature or request needs triage Issues that need to be triaged v4 Issues related to the latest version

Comments

@encarbassotnopot
Copy link

encarbassotnopot commented Mar 21, 2025

Is there an existing issue for this feature?

  • Yes, I have searched the existing issues and it doesn't exist.

Feature Description

I hide the level bar in the languages section, and I'd like to have each language's name and description in one line. This will reduce the amount of empty space on the sidebar and make it more coherent with the other sections.
This could be a toggle, as it isn't incompatible with having the level bar displayed.

This is how languages and descriptions are currently displayed on RxResume:
Image

And this is (more or less) what I'd like to achieve:
Image

@yphanvansong
Copy link

You can manage this with custom CSS.

#languages .font-bold{
    display:inline;
}
#languages .font-bold+div{
    display:inline;
}

You have to add separators to avoid the two elements to touch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs triage Issues that need to be triaged v4 Issues related to the latest version
Projects
None yet
Development

No branches or pull requests

3 participants