We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm also sure there's a better way of doing this. But this is my first day working with a theme.
Edit layouts/vertical-white/AppBar.vue
layouts/vertical-white/AppBar.vue
Replace: class="px-sm text-left shadow-sm ma-4 rounded-lg" with class="px-sm text-left shadow-sm rounded-lg"
class="px-sm text-left shadow-sm ma-4 rounded-lg"
class="px-sm text-left shadow-sm rounded-lg"
Ensure the progress bar tag is above your sidebar button tag.
progress bar
sidebar button
Insert this after the progress bar tag: <span class="pl-xs"></span>
progress bar tag
<span class="pl-xs"></span>
Insert this after the avatar v-chip tag: <span class="pr-xs"></span>
avatar
<span class="pr-xs"></span>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm also sure there's a better way of doing this. But this is my first day working with a theme.
Edit
layouts/vertical-white/AppBar.vue
Replace:
class="px-sm text-left shadow-sm ma-4 rounded-lg"
with
class="px-sm text-left shadow-sm rounded-lg"
Ensure the
progress bar
tag is above yoursidebar button
tag.Insert this after the
progress bar tag
:<span class="pl-xs"></span>
Insert this after the
avatar
v-chip tag:<span class="pr-xs"></span>
The text was updated successfully, but these errors were encountered: