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 the loading bar not extending to the end of the app bar #19

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

Comments

@Turbine1991
Copy link

Turbine1991 commented Jun 24, 2021

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 your sidebar 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>

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