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

Place the theme switch button in the center relative to the vertical #368

Open
SerhEL opened this issue Jan 24, 2024 · 0 comments
Open

Place the theme switch button in the center relative to the vertical #368

SerhEL opened this issue Jan 24, 2024 · 0 comments

Comments

@SerhEL
Copy link

SerhEL commented Jan 24, 2024

If "leftUi" and "rightUi" are missing in "dashboardHeader()", then the theme switch button goes down:
image

The solution was to use css:

.mt-2,.my-2 {
    margin-bottom: .5rem!important;
}

image

This solution works when using "leftUi" and "rightUiI":
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