Replies: 1 comment 4 replies
-
If you want a quick solution, you can probably just create a css file with body {
margin-left: 200px; /* (or whatever size you need) */
} But in the end, it would be nice if we could integrate that in the default shell component for everyone. I know @srcarvalho12 had started working on that in #265 . |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm trying to create a sidebar navbar component (I just enjoy more having the navbar on side) and by now, it looks like this:
As SQLPage uses, I'm making it with Tabler:
sidebar.handlebars:
The final result I want to make is something similar to the Tabler Dashboard:
So I want to ask:
Thank you all.
Beta Was this translation helpful? Give feedback.
All reactions