mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Add HomeLink and AvatarLink to User model. Please use .SignedUser in template.
This commit is contained in:
@@ -520,4 +520,34 @@ body {
|
||||
|
||||
#gogs-source-table.table-hover > tbody > tr:hover > td {
|
||||
background-color: #FEFEFE;
|
||||
}
|
||||
}
|
||||
|
||||
.activity-list {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.activity-list .icon {
|
||||
font-size: 20px;
|
||||
color: #aaa;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.activity-list .info {
|
||||
float: left;
|
||||
padding:0 0 0 10px;
|
||||
line-height: 1.7em;
|
||||
}
|
||||
|
||||
.activity-list .meta {
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
.activity-list li {
|
||||
padding: 15px 0;
|
||||
border-top: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.activity-list li:first-child {
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user