-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Bugfix: Align comment label and actions to the right #7024
Bugfix: Align comment label and actions to the right #7024
Conversation
Signed-off-by: Mario Lubenka <[email protected]>
Are you able to provide a screenshot of what it looks like after your changes have been applied? |
Codecov Report
@@ Coverage Diff @@
## master #7024 +/- ##
==========================================
- Coverage 41.49% 41.48% -0.01%
==========================================
Files 441 441
Lines 59526 59526
==========================================
- Hits 24700 24695 -5
- Misses 31598 31604 +6
+ Partials 3228 3227 -1
Continue to review full report at Codecov.
|
That's the screenshot at the top. :) |
Is screenshot fixed version? If so that bubble kind of thingy is way off, it should be to the right form user avatar not left |
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.
See my previous comment
Ah, right. Shouldn't have removed |
Can you update screenshot? |
Updated |
* Bugfix: Align comment label and actions to the right Signed-off-by: Mario Lubenka <[email protected]> * Restores relative position * CSS autofixer
…a#7024)" (go-gitea#7055) This reverts commit 0c432d2.
Just noticed that the class "right" set for the comment label and actions is not applied correctly.
That is because of the wrapping flexbox. This fix aligns the comment label (if it has one) and the actions (edit, delete) to the right via flexbox.
That's how it will look like: