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
The horizontal alignment, the vertical alignment and height are all wrong.
To fix edit UserDrawer.vue
UserDrawer.vue
<div class="relative"> <v-app-bar :color="$vuetify.theme.dark ? 'dark' : 'grey lighten-4'" :dark="$vuetify.theme.dark" fixed flat height="76" > <div class="d-flex justify-space-between align-center w-full h-100 mx-3"> <h6 class="pa-0 ma-0">My Account</h6> <!-- <slot name="userDrawerCloseButton"></slot>--> <v-btn class="mr-n4" icon color @click.stop="$emit('toggleUserDrawer')"> <v-icon>mdi-close</v-icon> </v-btn> </div> </v-app-bar> </div>
Fixed:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The horizontal alignment, the vertical alignment and height are all wrong.
To fix edit
UserDrawer.vue
Fixed:
The text was updated successfully, but these errors were encountered: