mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
feat(catalog): add sticky and closed icons
This commit is contained in:
@@ -21,6 +21,31 @@
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.threadIcons {
|
||||
position: absolute;
|
||||
top: 2px;
|
||||
right: 16px;
|
||||
}
|
||||
|
||||
.threadIcons span {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
display: inline-block;
|
||||
border: none;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
image-rendering: pixelated;
|
||||
}
|
||||
|
||||
.threadIcons .stickyIcon {
|
||||
background-image: url("/public/assets/icons/sticky.gif");
|
||||
}
|
||||
|
||||
.threadIcons .closedIcon {
|
||||
background-image: url("/public/assets/icons/closed.gif");
|
||||
}
|
||||
|
||||
.mediaWrapper {
|
||||
|
||||
Reference in New Issue
Block a user