moderation: added some css on locked message

This commit is contained in:
Darks 2023-06-06 21:38:50 +02:00
parent 6817b79680
commit 1a63544183
Signed by untrusted user: Darks
GPG Key ID: 7515644268BE1433
2 changed files with 10 additions and 0 deletions

View File

@ -218,4 +218,8 @@ hr.signature {
border-radius: calc(4.5em);
user-select: none;
cursor: default;
}
.locked {
text-align: center;
font-style: italic;
}

View File

@ -253,3 +253,9 @@ hr.signature {
user-select: none;
cursor: default;
}
/* Thread locked state */
.locked {
text-align: center;
font-style: italic;
}