Print the edge distortions

This commit is contained in:
Aaron Fenyes 2025-09-19 14:32:50 -07:00
parent b74cbf10c1
commit cc2da3406b
3 changed files with 73 additions and 5 deletions

View file

@ -227,8 +227,14 @@ details[open]:has(li) .element-switch::after {
border-radius: 8px;
}
#distortion-gauge {
#distortion-bar {
display: flex;
margin-top: 8px;
gap: 8px;
}
#distortion-gauge {
flex-grow: 1;
}
/* display */