Lock and pin icons

This commit is contained in:
Dominic Ferrando
2025-04-24 19:14:27 -04:00
parent 2642e28c7b
commit b5a0f58afd
5 changed files with 59 additions and 8 deletions
+30
View File
@@ -201,6 +201,26 @@ body {
margin: 2rem;
}
.thread-title {
position: relative;
display: inline-block;
font-size: 14px;
font-weight: bold;
}
.thread-icons {
position: absolute;
right: 100%;
margin-right: 6px;
top: 50%;
transform: translateY(-50%);
display: flex;
}
.thread-icons .icon {
margin-left: 2px;
}
.thread-subject {
font-weight: bold;
color: var(--link-primary);
@@ -409,6 +429,16 @@ body {
color: var(--danger);
}
.icon {
width: 12px;
height: 12px;
vertical-align: middle;
}
.icon:not(:last-child) {
margin-right: 2px;
}
hr {
border: none;
border-top: 1px solid var(--border-light);