p2-breathe CSS
- Dominant language
- JavaScript
- Stars
- 338
- Forks
- 56
- Avg merge
- 24m
- Merged PRs (30d)
- 16
Description
Some bizarre avatars positionnement.
I fix it with custom CSS.
```
article.post .entry-header .entry-meta, article#post-new .entry-header .entry-meta, article.page .entry-header .entry-meta {
margin-left: 0;
}
article.post a.author-avatar, article#post-new a.author-avatar, article.page a.author-avatar {
margin-right: 5px;
}
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the stylesheet rules matching the listed article and avatar selectors, then reproduce the avatar positioning issue in the relevant post and page views. Done means the avatars and entry metadata are positioned correctly without requiring the custom CSS shown in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100