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

Bad styling when using Nova responsive template #25

Open
xoco70 opened this issue Mar 26, 2021 · 3 comments
Open

Bad styling when using Nova responsive template #25

xoco70 opened this issue Mar 26, 2021 · 3 comments

Comments

@xoco70
Copy link

xoco70 commented Mar 26, 2021

Hi,

When using: "gregoriohc/laravel-nova-theme-responsive": "^0.8.1",

the bell get in the middle of the screen, and the red badge is in the upper right corner instead of being in the lower right corner.

I send you a screenshot.

Is there a way to publish blade so that I can change it ? Or how can I fix it ?

Screenshot from 2021-03-26 11-01-14

EDIT: The badge position, it will fix if I change this class to 1rem instead of -1rem

.-mt-4 {
    margin-top: 1rem;
}

but I cannot see how to move whole icon to the right. I'am actually pretty bad in CSS :(

@scramatte
Copy link

Same issue here. Have you find a fix ?

@scramatte
Copy link

Hi,

Bellow, I let you the fix to move icon to the right. You need to "ml-2" instead "ml-auto" into user dropdown menu.

                    @include('nova-notifications::dropdown')

                    <dropdown class="h-9 ml-2 dropdown-right">
                        @include('nova::partials.user')
                    </dropdown>

@SadeghPM
Copy link

Also in RTL, the dropdown goes out of viewport.

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

3 participants