Skip to content
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

Fav Menu Icon and Text (starred menu) #24

Open
BSger85 opened this issue Jan 24, 2023 · 0 comments
Open

Fav Menu Icon and Text (starred menu) #24

BSger85 opened this issue Jan 24, 2023 · 0 comments

Comments

@BSger85
Copy link

BSger85 commented Jan 24, 2023

I added this code to a custom css file:

/* OBSIDIAN GUI --------------------------------------------------------------- */
.workspace-leaf-content[data-type="starred"] .item-list .nav-file-icon
{
  position: relative;
  top: 1px;
}

.workspace-leaf-content[data-type="starred"] .item-list .nav-file-title-content
{
  position: relative;
  top: -2px;
}

This will fix it like this:
https://imgur.com/a/psoi7kl

( 1 ) is default Atom Theme which have a styling issue for the favourites menu.
( 2 ) is my CSS-Fix for Atom Theme. Even if you hover it it's perfectly centered.

Please implement this fix to the default Atom Theme for everyone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant