Added comments to news items

This commit is contained in:
mrfry 2021-03-04 21:31:32 +01:00
parent 64697efc96
commit 71911063b0
9 changed files with 357 additions and 22 deletions

View file

@ -15,12 +15,10 @@
.reactionContainer > div {
margin: 2px 2px;
padding: 0px 8px;
background-color: #444;
padding: 0px 10px;
border: 1px solid #444;
border-radius: 6px;
cursor: pointer;
font-size: 18px;
}
.reactionContainer > div:hover {
@ -35,3 +33,7 @@
.reacted {
color: yellow;
}
.reactContainer {
display: inline-block;
}