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

Add specific classes to elements for easier customization #3869

Closed
joshefin opened this issue Sep 2, 2024 · 0 comments
Closed

Add specific classes to elements for easier customization #3869

joshefin opened this issue Sep 2, 2024 · 0 comments
Labels
enhancement New feature or request PR welcome Good for new contributor Stale

Comments

@joshefin
Copy link

joshefin commented Sep 2, 2024

Describe the solution you'd like

It would be great if there were specific classes (or IDs) on some html elements because it would be easier to use the "Additional style" functionality to target and customize UI elements.

Type of feature

User Interface (UI)

Additional context

I would like to have a grid view for note cards. It could be easily achieved with a few lines of CSS. However, CSS selectors must be very complex to target specific elements. Here is an example:

  • Instead of main > section > div > div > div:has(> .group), it could be .memos
  • Instead of main > section > div > div > div:has(> .group) div:has(> div > relative-time), it could be .memo-time
@joshefin joshefin added the enhancement New feature or request label Sep 2, 2024
@boojack boojack added the PR welcome Good for new contributor label Sep 2, 2024
@github-actions github-actions bot added the Stale label Sep 16, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request PR welcome Good for new contributor Stale
Projects
None yet
Development

No branches or pull requests

2 participants