🩹(frontend) fix minor layout issue hidding focus ring

Fix an issue where the focus visual indication was hidden due to an overly tight
layout with no padding on the background and effects toggle buttons.
This commit is contained in:
lebaudantoine
2025-11-13 19:44:42 +01:00
committed by aleb_the_flash
parent 7c7074aa99
commit 97b5e8780c

View File

@@ -343,6 +343,7 @@ export const EffectsConfiguration = ({
className={css({
display: 'flex',
gap: '1.25rem',
paddingBottom: '0.5rem',
flexWrap: 'wrap',
})}
>