-
Notifications
You must be signed in to change notification settings - Fork 2.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
Theia File Icons Theme - Quick Pick Styling #10089
Labels
ui/ux
issues related to user interface / user experience
Comments
@msujew, if you're interested. |
Sure, I'll take a look at that tomorrow 👍 |
Another annoying thing is having the separators for each entry (which is needed to add the last modified date). |
@vince-fugnitto, @msujew It seems to be broken again. Following css code block brokes alignment: /*@theia/filesystem/src/browser/style/file-icons.css*/
.theia-file-icons-js {
/*
Here, the `line-height` ensures that FontAwesome and `file-icons-js` container has the same height.
Ideally, it would be 1 em, but since we set the max height above (and other places too) with 0.8
multiplier, we use 0.8 em here too.
*/
line-height: 0.8em;
} version: 1.24.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Description:
Since #9864
In the
Open recent workspace...
file picker, the icons are partially cut off to the left of the text.Steps to Reproduce:
Additional Information
master
The text was updated successfully, but these errors were encountered: