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

RTL minor whitespace tweaks #1121

Open
eledah opened this issue May 7, 2024 · 0 comments
Open

RTL minor whitespace tweaks #1121

eledah opened this issue May 7, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@eledah
Copy link
Contributor

eledah commented May 7, 2024

  1. Right after "Home>" The margin for the arrow must be on the right, not on the left. Same goes for the arrows whenever you hover over a tag.

image

Here is the current code.

.breadcrumb-element p { margin: 0 0 0 .5rem; padding: 0; line-height: normal; }

margin: 0 .5rem 0 0 would fix the problem.

  1. Search header. Same issue as 1.1.

image

button#explorer .fold { opacity: .8; margin-left: .5rem; transition: transform .3s; }

margin-right: .5rem; instead will fix the problem.

  1. Behind the estimated reading time.

image

.content-meta[show-comma="true"] > span:not(:last-child) { margin-right: 8px; }

The margin should be on the left side instead.

I've fixed these issues by adding my own CSS to custom.scss. However, it would be nice to fix these issues for a smoother experience.

  1. Folder icons.

image

For the arrows, the margin should be on the left side instead of the right side. Also, the arrows must be facing the opposite direction

  • Quartz Version: v4.2.3
@eledah eledah added the bug Something isn't working label May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant