Add new plugin stars (#36)

This commit is contained in:
Simon Lecoq
2021-01-02 23:41:36 +01:00
committed by GitHub
parent a010a333a1
commit 11cb6f042e
12 changed files with 281 additions and 4 deletions

View File

@@ -373,6 +373,53 @@
margin: 0 6px;
}
/* Repository */
.repository {
display: flex;
flex-direction: column;
width: 100%;
margin: 6px 0;
}
.repository .name {
display: flex;
align-items: center;
justify-content: space-between;
width: 440px;
}
.repository .name span:first-child {
color: #58a6ff;
}
.repository .name span:last-child {
color: #666666;
font-size: 13px;
}
.repository .description {
display: block;
width: 440px;
white-space: normal;
}
.repository .description, .repository .infos {
color: #666666;
margin-left: 38px;
font-size: 13px;
}
.repository .infos > div {
display: flex;
align-items: center;
margin-right: 16px;
}
.repository .infos svg {
margin: 0;
margin-right: 4px;
}
/* Fade animation */
.af {
opacity: 0;