mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-07 21:13:11 +08:00
Added support for custom SVG icons
This commit is contained in:
@@ -32,4 +32,14 @@
|
||||
display: flex;
|
||||
margin-top: 3px;
|
||||
margin-right: 2px;
|
||||
}
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.BookmarkIconSvg {
|
||||
width: 80%;
|
||||
height: 80%;
|
||||
margin-top: 2px;
|
||||
margin-left: 2px;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user