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

Is there any way to remove the dashed line from the Cards layout? #283

Open
albertoloscerritos opened this issue May 29, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@albertoloscerritos
Copy link

I love the cards layout. But I would really like to get rid of the dashed line. Is this possible?

image

Thanks :)

@locksvur
Copy link

locksvur commented Jun 2, 2024

i'm also wondering about this, let me know if anyone figures it out

@DomizianoScarcelli
Copy link
Contributor

It can be removed by creating a CSS snippet with this content

.view-header {
    border-bottom: none !important;
}

@albertoloscerritos
Copy link
Author

I am no CSS expert, but this is the snippet I stated using to remove the dashed line:

body.anp-card-layout {
    --file-header-border: var(--border-width)
    var(--background-modifier-border);
}

But @DomizianoScarcelli snippet also seems to work. So those are two ways to remove the dashed lines. Hopefully in future releases, the ability to remove the dashed line can become a core option for the theme.

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

No branches or pull requests

4 participants