diff options
| author | Hunternif <hunternif@gmail.com> | 2025-02-15 20:52:11 +0000 |
|---|---|---|
| committer | Hunternif <hunternif@gmail.com> | 2025-02-15 21:20:38 +0000 |
| commit | e4a3efa879270a8b41e9a9921aa4ad8e4abb06ca (patch) | |
| tree | fb6a4127b46fe2a5873db108e858b56900c84f58 /client/css | |
| parent | f898d1b02d45af933c4ef75647085d270af78740 (diff) | |
client: fix Font Awesome mass delete icon
Diffstat (limited to 'client/css')
| -rw-r--r-- | client/css/post-list-view.styl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/css/post-list-view.styl b/client/css/post-list-view.styl index 1609870..60679bf 100644 --- a/client/css/post-list-view.styl +++ b/client/css/post-list-view.styl @@ -155,8 +155,9 @@ background: rgba(255, 0, 0, 0.7) &:after color: white - font-family: FontAwesome; + font-family: 'Font Awesome 5 Free'; content: "\f1f8"; // fa-trash + font-weight: 900; // not visible at other weights &:not(.delete) background: rgba(200, 200, 200, 0.7) &:after |