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] Top right panes have incorrectly formatted headers #21

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

[Bug] Top right panes have incorrectly formatted headers #21

Turbine1991 opened this issue Jun 25, 2021 · 0 comments

Comments

@Turbine1991
Copy link

The horizontal alignment, the vertical alignment and height are all wrong.

image

To fix edit 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:
image

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