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

How do we change the dividers on the files tab? #5

Closed
modMars opened this issue May 28, 2024 · 1 comment
Closed

How do we change the dividers on the files tab? #5

modMars opened this issue May 28, 2024 · 1 comment

Comments

@modMars
Copy link

modMars commented May 28, 2024

I thought it was a plugin but is it a feature baked into the vault's custom theme?

To be more specific i mean these tags 'General', 'Private', 'Public', 'Assets', 'Other'

imagen

@CorellanStoma
Copy link
Member

Hi, yeah these are added via CSS Snippet, basically, the headers are defined in the addon-folder-headers.css file and can be customized there, the order of the folders is defined with the folder name and the respective numbering (numbers from 0-9 are possible).

The numbers are then hidden with the addon-folder-hide-numbers.css file.

The addon-folder-descriptions.css file can be used to give the folders descriptions.

The adjustments are divided into:

  • addon-folder-hide-numbers.css
  • addon-folder-headers.css
  • addon-folder-descriptions.css

I mainly work with pseudo elements, with a little CSS knowledge you should be able to modify it.

(some more infos here)

@modMars modMars closed this as completed May 28, 2024
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

2 participants