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

[Bug] Fix nav items not aligning with the appbar #17

Open
Turbine1991 opened this issue Jun 24, 2021 · 0 comments
Open

[Bug] Fix nav items not aligning with the appbar #17

Turbine1991 opened this issue Jun 24, 2021 · 0 comments

Comments

@Turbine1991
Copy link

Turbine1991 commented Jun 24, 2021

This happens when you delete the user area in the nav region. Notice the top of the first item does not align with the bottom of the appbar.

image

I fixed it by editing layouts/vertical-white/Sidebar.vue
Match the appbar height:
<v-list nav> to <v-list nav height="75">

Remove some vertical padding:
<v-list-item class="px-0"> to <v-list-item class="pl-2">

Hopefully that'll fix it, I've modified a few other things you see.

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

1 participant