Lock and pin icons
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user