Refactor template deletion and widget styling; enhance camera model visibility logic

This commit is contained in:
2025-04-11 11:27:51 +05:30
parent 8ed035b969
commit dd91620a5c
3 changed files with 205 additions and 164 deletions

View File

@@ -33,7 +33,7 @@ const WidgetsFloating = () => {
};
return (
<div className="floatingWidgets-wrapper">
<div className="floatingWidgets-wrapper widgets-wrapper">
{/* {widgets.map((widget) => (
<div
key={widget.id}