mirror of
https://github.com/go-gitea/gitea
synced 2024-11-05 03:17:03 +01: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;
|
min-width: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.repository.new.issue .comment.form .comment .avatar {
|
#new-issue .avatar {
|
||||||
width: 3em;
|
width: 3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.repository.new.issue .comment.form .content {
|
|
||||||
margin-left: 4em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.repository.new.issue .comment.form .content::before,
|
.repository.new.issue .comment.form .content::before,
|
||||||
.repository.new.issue .comment.form .content::after {
|
.repository.new.issue .comment.form .content::after {
|
||||||
right: 100%;
|
right: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user