Add stackoverflow plugin (#159)

This commit is contained in:
Simon Lecoq
2021-02-27 23:24:51 +01:00
committed by GitHub
parent a43f217297
commit cfca5d3892
11 changed files with 563 additions and 3 deletions

View File

@@ -724,6 +724,49 @@
margin: 0 13px 2px;
}
/* Stackoverflow */
.stackoverflow {
margin-left: 38px;
}
.stackoverflow .entry {
margin: 4px 0 12px;
}
.stackoverflow .title {
color: #58a6ff;
white-space: normal;
align-items: flex-start;
}
.stackoverflow .body, .stackoverflow .infos {
color: #666666;
font-size: 13px;
margin-left: 32px;
}
.stackoverflow .infos {
display: flex;
align-items: center;
}
.stackoverflow .infos > div {
display: inline-flex;
align-items: center;
margin-right: 16px;
}
.stackoverflow .infos svg {
fill: currentColor;
height: 12px;
width: 12px;
margin: 0;
margin-right: 4px;
flex-shrink: 0;
}
.stackoverflow .body {
overflow: hidden;
text-overflow: ellipsis;
border-left: 3px solid #777777B2;
padding-left: 6px;
width: 400px;
}
/* Fade animation */
.af {
opacity: 0;