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

Discussion views are on wrong side #4

Open
SKevo18 opened this issue Aug 25, 2024 · 0 comments · May be fixed by #5
Open

Discussion views are on wrong side #4

SKevo18 opened this issue Aug 25, 2024 · 0 comments · May be fixed by #5

Comments

@SKevo18
Copy link

SKevo18 commented Aug 25, 2024

Affected extension:

Possible CSS fix:

.item-discussion-views {
    float: left !important;
    margin-right: unset !important;
    margin-left: -65px;
}

.item-discussion-views .icon {
    margin-left: 5px !important;
    margin-right: unset !important;
}

Before:

image

After:

image

Note: the mobile view still needs to be adjusted

@SKevo18 SKevo18 linked a pull request Sep 1, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant