add sticky and closed

This commit is contained in:
Tom
2023-05-19 08:20:18 +02:00
parent a7b1ad2fee
commit a27f566f00
5 changed files with 55 additions and 5 deletions
+7
View File
@@ -58,6 +58,13 @@ export const Threads = styled.div`
display: inline-block;
}
.closed-icon {
background-image: url(assets/closed.gif);
width: 16px;
height: 16px;
display: inline-block;
}
.meta {
cursor: help;
font-size: 11px;