Move comment.js reply button styling to comments.css

So that the style will also be present on the /comments pages
This commit is contained in:
James Taylor 2020-10-20 17:19:45 -07:00
parent 125ddaa8da
commit f100685d64
2 changed files with 12 additions and 12 deletions

View File

@ -124,6 +124,18 @@
grid-column-gap: 10px;
}
details.replies > summary{
background-color: var(--interface-color);
border-style: outset;
border-width: 1px;
font-weight: bold;
padding-bottom: 0px;
}
details.replies .comment{
width: 600px;
}
.more-comments{
justify-self:center;
margin-top:10px;

View File

@ -14,18 +14,6 @@
text-decoration: underline;
}
details.replies > summary{
background-color: var(--interface-color);
border-style: outset;
border-width: 1px;
font-weight: bold;
padding-bottom: 0px;
}
details.replies .comment{
width: 600px;
}
.playability-error{
height: 360px;
width: 640px;