feat: update bookmark icons to use fa-bookmark and fa-user-lock

- Replace faGlobe with faBookmark for public bookmarks
- Add faUserLock icon alongside faBookmark for private bookmarks
- Import faBookmark and faUserLock from FontAwesome
- Update CSS to handle icon spacing with flexbox and gap
- Private bookmarks now show both bookmark and user-lock icons
This commit is contained in:
Gigi
2025-10-02 23:23:57 +02:00
parent e5d6fe99f3
commit b671e0e259
2 changed files with 12 additions and 2 deletions

View File

@@ -358,6 +358,9 @@ body {
font-size: 0.8rem;
font-weight: 500;
text-transform: uppercase;
display: flex;
align-items: center;
gap: 0.25rem;
}
.bookmark-id {