Add new plugin stars (#36)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user