mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 10:18:38 +00:00
assignee ui in issue view
This commit is contained in:
@@ -1447,6 +1447,15 @@ html, body {
|
||||
min-width: 300px;
|
||||
}
|
||||
|
||||
#issue .issue-bar .assignee, #issue .issue-bar .assignee ul {
|
||||
min-width: 160px;
|
||||
}
|
||||
|
||||
#issue .issue-bar .assignee .dropdown-menu{
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#issue .assignee li {
|
||||
padding: 4px 12px;
|
||||
line-height: 30px;
|
||||
@@ -1473,6 +1482,11 @@ html, body {
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
#issue .issue-bar .assignee .action{
|
||||
position: relative;
|
||||
margin-top: -8px;
|
||||
}
|
||||
|
||||
/* wrapper and footer */
|
||||
|
||||
#wrapper {
|
||||
|
Reference in New Issue
Block a user