make rotations consistent

This commit is contained in:
Rhiannon Morris 2020-07-24 18:40:16 +02:00
parent 846936da08
commit bf3f02d4a9
4 changed files with 5 additions and 3 deletions

View file

@ -95,7 +95,7 @@ body {
.alts .nsfw label::after {
content: url(../18_plus_white.svg);
transform: rotate(15deg);
transform: rotate(var(--nsfw-sticker-rotate));
display: inline-block;
height: 0.9em; width: 0.9em;
vertical-align: -0.07em;