mirror of
https://github.com/dergigi/boris.git
synced 2026-01-17 13:54:24 +01:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user