Add support for repository template, plugin_activity_visibility and plugin_activity_timestamps (#119)
This commit is contained in:
@@ -473,6 +473,13 @@
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.activity .issue {
|
||||
flex-grow: 1;
|
||||
width: 0%;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.activity .code {
|
||||
background-color: #7777771F;
|
||||
padding: 1px 5px;
|
||||
@@ -483,12 +490,12 @@
|
||||
margin: 0 4px -3px;
|
||||
}
|
||||
|
||||
.activity .bold {
|
||||
.activity .bold, .activity .user {
|
||||
font-weight: 600;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.activity .details {
|
||||
.activity .details, .activity .timestamp {
|
||||
padding-left: 42px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -496,6 +503,11 @@
|
||||
color: #666666;
|
||||
}
|
||||
|
||||
.activity .timestamp {
|
||||
font-size: 10px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.activity .details > div {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user