mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-04 00:52:48 +00:00
fix: strikethrough misaligned
This commit is contained in:
@@ -174,10 +174,10 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
transform-origin: center left;
|
transform-origin: center left;
|
||||||
translate: -6px 0;
|
translate: -20px 0;
|
||||||
scale: 0 1;
|
scale: 0 1;
|
||||||
|
|
||||||
width: calc(100% - 32px);
|
width: calc(100% - 60px);
|
||||||
height: 1px;
|
height: 1px;
|
||||||
|
|
||||||
background: currentcolor;
|
background: currentcolor;
|
||||||
|
|||||||
Reference in New Issue
Block a user