DBuit / sidebar-card

406 stars 39 forks source link

Is it possible to remove these 2 lines? #48

Closed Boogaard53 closed 2 years ago

Boogaard53 commented 2 years ago

photofunny net_

ry8s commented 2 years ago

You should be able to add the following to your sidebar config:

sidebar:
  style: |
    .sidebarMenu {
        border-top: hidden !important;
        border-bottom: hidden !important;
    }
Boogaard53 commented 2 years ago

Wow great thanks!

This should definitely be added to the readme.txt or did I just miss it?

ry8s commented 2 years ago

This specific example isn't, I could see that being a useful one to point out, but with the style tag, you can change a lot of things, and it would be impossible to list it all out and maintain that.