FriendsOfFlarum / best-answer

Mark a post as the best answer in a discussion
MIT License
23 stars 10 forks source link

unwanted extra space between username and content #81

Open frankli0324 opened 1 year ago

frankli0324 commented 1 year ago

Bug Report

Current Behavior

fof/best-answer currently adds this css to the site: https://github.com/FriendsOfFlarum/best-answer/blob/master/resources/less/forum.less#L87-L88

@media @desktop-up {
  .Post-header {
    & > ul {
      display: flex;
      flex-wrap: wrap;
    }
  }
}

this caused:

image

and without that:

image

Environment

Not sure whether that's intended behavior

frankli0324 commented 1 year ago

oh I understood that it's intended to make the "best answer" badge float to the right.. but anyway it introduces the extra space.