mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 10:18:38 +00:00
Finish new collaboration page
This commit is contained in:
@@ -214,4 +214,20 @@ clear: both;
|
||||
}
|
||||
.main-wrapper {
|
||||
padding: 20px 0 40px;
|
||||
}
|
||||
.user-list {
|
||||
width: auto;
|
||||
min-width: 180px;
|
||||
max-width: 300px;
|
||||
img {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
margin-right: 1em;
|
||||
margin-top: 1px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
li {
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user