fix: remove flex-direction CSS causing absolute stroke width toggle positioning issue (#3308) (#3317)

- Remove 'flex-direction: row-reverse' CSS rule for #absolute-stroke-width
- Fixes toggle moving out of bounds and being pseudo active

Closes #3308
This commit is contained in:
Epifânio Francisco
2025-06-16 21:10:56 +01:00
committed by GitHub
parent e7f03df844
commit e16e8b2783

View File

@@ -161,9 +161,4 @@ const customizingActive = computed(() => {
.color-picker {
margin-left: auto;
}
#absolute-stroke-width {
flex-direction: row-reverse;
}
</style>