-
Notifications
You must be signed in to change notification settings - Fork 848
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
Fix comment section style inconsistency and more... #3231
Fix comment section style inconsistency and more... #3231
Conversation
@absidue :) |
3c5c4b8
I found that the comment sort select component can't be clicked sometimes (not sure if caused by this change) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
I'm pretty sure the sort component issue is because it's positioned with float, which is kind of evil and ignores the layout of most other elements but that was already like it before this pull request. |
I think that can be fixed in another PR CSS is always a challenge |
Request for comment about the additional style fix (see the comment above, mostly update 2) |
3c5c4b8
to
c521f3c
Compare
Just fixed case for video with comment disabled |
Umm are there any additional testcases i should know about? Except for the ones in the pr body. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
ca43266
to
8d9274b
Compare
Conflicts have been resolved. A maintainer will review the pull request shortly. |
@ChunkyProgrammer chunky powers needed |
Fix comment section style inconsistency
Pull Request Type
Related issue
N/A
Description
After all comments loaded there is no spacing at the bottom
It's very obvious when there are only a few comments
Screenshots
Before
After
Testing
A. Video with comments
B. Video without comment
C1. Video with comment disabled (Local API)
C2. Video with comment disabled (Invidious API)
Desktop
Additional context
Side effect:
Use my custom build if you don't want to build