mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-03 10:54:42 +08: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