Automattic / Automattic/o2

p2-breathe CSS

Open
#124 1 comment 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.