Add padding to creator's note content
This commit is contained in:
parent
d2935934f1
commit
169c71a7c7
|
@ -1049,6 +1049,7 @@ select {
|
||||||
#creator_notes_spoiler {
|
#creator_notes_spoiler {
|
||||||
border: 0;
|
border: 0;
|
||||||
font-size: calc(var(--mainFontSize)*.8);
|
font-size: calc(var(--mainFontSize)*.8);
|
||||||
|
padding-top: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1000px) {
|
@media screen and (max-width: 1000px) {
|
||||||
|
|
Loading…
Reference in New Issue