1
mirror of https://gitlab.com/commento/commento.git synced 2025-06-29 22:56:37 -04:00

api,db: add page attributes and thread locking

This commit is contained in:
Adhityaa
2018-07-05 10:36:52 +05:30
committed by Adhityaa Chandrasekar
parent 0a03a2c6fc
commit 299649cea2
16 changed files with 427 additions and 4 deletions

View File

@ -41,6 +41,18 @@
font-weight: bold;
}
.commento-mod-tools {
margin-bottom: 16px;
}
.commento-mod-tools::before {
content: "Moderators";
text-transform: uppercase;
color: $indigo-8;
font-size: 12px;
font-weight: bold;
}
.commento-moderation-notice {
width: 100%;
border-radius: 4px;
@ -87,7 +99,7 @@
border-top: 1px solid #f0f0f0;
.commento-header {
padding-bottom: 12px;
padding-bottom: 4px;
}
.commento-avatar::after {