mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-02 08:57:32 -04:00
Fix new issue/pr avatar (#31419)
The avatar on "New Issue" and "New Pull Request" pages was inconsistent. Removed the extra margin and the new CSS rules now use common parent `<form id="#new-issue">` because `.repository.new.issue` is not present on pull request page.
This commit is contained in:
parent
1c26127b52
commit
566d87bb8e
@ -530,14 +530,10 @@ td .commit-summary {
|
||||
min-width: 100px;
|
||||
}
|
||||
|
||||
.repository.new.issue .comment.form .comment .avatar {
|
||||
#new-issue .avatar {
|
||||
width: 3em;
|
||||
}
|
||||
|
||||
.repository.new.issue .comment.form .content {
|
||||
margin-left: 4em;
|
||||
}
|
||||
|
||||
.repository.new.issue .comment.form .content::before,
|
||||
.repository.new.issue .comment.form .content::after {
|
||||
right: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user