feat: добавлена возможность удаления и редактирования самой доски

This commit is contained in:
Vladiysss
2026-03-07 14:11:04 +03:00
parent 92bc9b74f4
commit 21f34c2832
3 changed files with 152 additions and 15 deletions

View File

@@ -55,8 +55,13 @@
border-radius: 6px;
margin-bottom: 16px;
display: flex;
flex-direction: column;
flex-direction: row;
justify-content: space-around;
gap: 8px;
}
.set-panel button{
margin: 0px;
}
.board-panel{