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

Setting the width of the drawer? #51

Open
kpagcha opened this issue Oct 16, 2018 · 1 comment
Open

Setting the width of the drawer? #51

kpagcha opened this issue Oct 16, 2018 · 1 comment

Comments

@kpagcha
Copy link

kpagcha commented Oct 16, 2018

I am trying to change the width of the drawer drawer-nav but it just screws up the entire thing. Isn't there an option I can pass when initializing the plugin?

@afonsorp
Copy link

afonsorp commented Oct 18, 2018

I'm also looking for this.
for now my solution is changing my less files to have this:

.drawer--left{
  .drawer-nav {
    width: @drawerSize;
    left: -@drawerSize;
  }
  &.drawer-open{
    .drawer-nav {
      left: 0;
    }
  }
}

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