lemmy-ui icon indicating copy to clipboard operation
lemmy-ui copied to clipboard

Icons misaligned below comments

Open Kommynct opened this issue 1 week ago • 0 comments

Requirements

  • [X] This is a bug report, and if not, please post to https://lemmy.ml/c/lemmy_support instead.
  • [X] Please check to see if this issue already exists.
  • [X] It's a single bug. Do not report multiple bugs in one issue.
  • [X] It's a frontend issue, not a backend issue; Otherwise please create an issue on the backend repo instead.

Summary

mobile layout: image

desktop layout: image

Steps to Reproduce

Go to your profile or any comments section and notice the rightmost icon is way up and to the right for some reason, and the spacing between the icons isn't even on the desktop view either.

Technical Details

I'm on firefox on archlinux

.btn.btn-sm.btn-link.py-0.dropdown-toggle:not(.post-listing .btn.btn-sm.btn-link.py-0.dropdown-toggle) {
  margin-top: 0.5rem;
}

adding this to the CSS seems to fix the height

Lemmy Instance Version

BE: 0.19.5

Lemmy Instance URL

https://lemmy.ml

Kommynct avatar Jun 25 '24 03:06 Kommynct