feat: stream cards improvements

- edit toggle
- reorder with drag and drop
- delete button inside edit modal
- add ability to clear image from card
- make card textarea taller and avoid horizontal resize
This commit is contained in:
Alejandro Gomez
2023-07-28 08:09:55 +02:00
parent 3e2336129c
commit 4e4ea9efa6
12 changed files with 419 additions and 78 deletions

View File

@ -163,3 +163,7 @@ button span.hide-on-mobile {
.age-check .btn {
padding: 12px 16px;
}
.profile-menu {
cursor: pointer;
}