make rotations consistent
This commit is contained in:
parent
846936da08
commit
bf3f02d4a9
4 changed files with 5 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue