Add support for repository template, plugin_activity_visibility and plugin_activity_timestamps (#119)

This commit is contained in:
Simon Lecoq
2021-02-10 09:48:31 +01:00
committed by GitHub
parent d784073d61
commit 2cef0d7551
9 changed files with 278 additions and 42 deletions

View File

@@ -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;