Artwork system: More options for reviewers submitting new artwork

This commit is contained in:
Alex Cabal 2024-01-07 14:01:41 -06:00
parent 8e955bf357
commit 017baef7d3
6 changed files with 66 additions and 37 deletions

View file

@ -1756,6 +1756,10 @@ label span + span{
font-style: italic;
}
label span + span code{
font-style: normal;
}
label span + span i{
font-style: normal;
}
@ -1798,6 +1802,7 @@ label.select > span + span{
label.select > span + span::after{
display: block;
font-style: normal;
position: absolute;
top: calc((2rem + 1.4rem + 2px) / 2 - 10px);
right: calc(1rem - 12px / 2);