mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-16 15:02:43 +00:00
assignee ui in issue view
This commit is contained in:
parent
4ef9494637
commit
045c21de4f
3 changed files with 50 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue