mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 16:44:13 +08:00
fix
This commit is contained in:
parent
f2211d0b0d
commit
366fbba286
@ -119,8 +119,8 @@
|
||||
-webkit-text-stroke: ${args.fontSize * styleargs.width_rate + styleargs.width}px ${c1};
|
||||
position: relative;
|
||||
z-index: -1;
|
||||
left: ${(i + i) / 10}px;
|
||||
top: ${(i + i) / 10}px;
|
||||
left: ${(i + 1) / 10}px;
|
||||
top: ${(i + 1) / 10}px;
|
||||
user-select: none;
|
||||
}`
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user