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:
parent
125ddaa8da
commit
f100685d64
@ -124,6 +124,18 @@
|
|||||||
grid-column-gap: 10px;
|
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{
|
.more-comments{
|
||||||
justify-self:center;
|
justify-self:center;
|
||||||
margin-top:10px;
|
margin-top:10px;
|
||||||
|
@ -14,18 +14,6 @@
|
|||||||
text-decoration: underline;
|
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{
|
.playability-error{
|
||||||
height: 360px;
|
height: 360px;
|
||||||
width: 640px;
|
width: 640px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user