Added Follow Hashtag custom icon

This commit is contained in:
Niléane 2023-07-13 00:31:58 +02:00
commit 40a33ef73c
No known key found for this signature in database
2 changed files with 34 additions and 0 deletions

View file

@ -470,6 +470,23 @@ body.layout-single-column {
background-image: none;
}
/* Follow hashtag icon */
.layout-single-column .column-header__button .column-header__icon.fa-user-plus::before {
content: var(--icon-follow-hashtag);
position: relative;
top: 2px;
right: -5px;
}
/* Unfollow hashtag icon */
.layout-single-column .column-header__button .column-header__icon.fa-user-times::before {
content: var(--icon-unfollow-hashtag);
position: relative;
top: 2px;
right: -5px
}
/* 📝 Compose panel