Refactor clipper controls

This commit is contained in:
2025-04-01 17:13:18 +02:00
parent 8945fcb73b
commit 3422412bbf
3 changed files with 46 additions and 11 deletions

View File

@@ -12,3 +12,16 @@
max-width: 20vw;
z-index: 5;
}
/* Clipper-related styles */
li button {
max-width: 40%;
}
input[type="color"] {
border: none;
}
input[type="range"] {
width: 100%;
}