Added admin comments, styling

This commit is contained in:
mrfry 2021-03-04 22:11:21 +01:00
parent 71911063b0
commit a09e9734da
4 changed files with 56 additions and 25 deletions

View file

@ -5,8 +5,9 @@
.commentData {
padding: 5px 2px;
border-left: 1px solid var(--text-color);
border-left: 2px solid var(--text-color);
background-color: #222;
border-radius: 3px;
}
.commentHeader {
@ -34,7 +35,7 @@
}
.ownComment {
border-left: 1px solid yellow;
border-left: 2px solid green;
}
.showHide {
@ -78,3 +79,7 @@
.commentAreaContainer > div {
margin: 5px 0px;
}
.adminComment {
border-left: 2px solid yellow;
}