Trying to get more accurate cylinders (it's not perfect).
This commit is contained in:
parent
fab28a907d
commit
0f968a702b
2 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
& > .strip {
|
||||
position: absolute;
|
||||
width: calc(2 * 3.19 * var(--pradius) / var(--pstripcount));
|
||||
width: calc(2 * 3.18 * var(--pradius) / var(--pstripcount));
|
||||
height: var(--height, 100px);
|
||||
background: white;
|
||||
}
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
margin-block-end: 0;
|
||||
position: absolute;
|
||||
pointer-events: none;
|
||||
backface-visibility: hidden;
|
||||
}
|
||||
|
||||
& .position-at-center {
|
||||
|
|
Loading…
Reference in a new issue