🆙 Small Camera Layout fix

This commit is contained in:
duckietm
2026-03-17 17:21:16 +01:00
parent ae4ecc42f0
commit 2973c18ead
3 changed files with 6 additions and 2 deletions
@@ -155,7 +155,7 @@ export const CameraWidgetEditorView: FC<CameraWidgetEditorViewProps> = props =>
}, [ picture, selectedEffects ]);
return (
<NitroCardView className="w-[600px] h-[500px]">
<NitroCardView className="w-[620px] h-[500px]">
<NitroCardHeaderView headerText={ LocalizeText('camera.editor.button.text') } onCloseClick={ event => processAction('close') } />
<NitroCardTabsView>
{ TABS.map(tab => (