1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-08-05 10:55:17 +02:00

Moved entityInUpdate to app state. It applies for apps, categories and bookmarks

This commit is contained in:
Paweł Malak 2021-11-22 14:36:00 +01:00
parent d110d9b732
commit dfdd49cf4a
15 changed files with 197 additions and 81 deletions

View file

@ -10,6 +10,10 @@
text-transform: uppercase;
}
.BookmarkCard h3:hover {
cursor: pointer;
}
.Bookmarks {
display: flex;
flex-direction: column;