diff --git a/src/components/dashboard/NavBar.tsx b/src/components/dashboard/NavBar.tsx index 1f36879ee..ebde07024 100644 --- a/src/components/dashboard/NavBar.tsx +++ b/src/components/dashboard/NavBar.tsx @@ -335,10 +335,15 @@ export const NavBar: React.FC = ({
docker-compose down
+
+ # Remove existing backend and frontend images +
+ docker rmi getmaxun/maxun-frontend:latest getmaxun/maxun-backend:latest +

# pull latest docker images
- docker-compose pull + docker-compose pull backend frontend

# start maxun diff --git a/src/components/recorder/AddWhereCondModal.tsx b/src/components/recorder/AddWhereCondModal.tsx index 7c5c284c8..758c9e751 100644 --- a/src/components/recorder/AddWhereCondModal.tsx +++ b/src/components/recorder/AddWhereCondModal.tsx @@ -140,7 +140,7 @@ export const AddWhereCondModal = ({ isOpen, onClose, pair, index }: AddWhereCond } export const modalStyle = { - top: '40%', + top: '45%', left: '50%', transform: 'translate(-50%, -50%)', width: '30%',