Merge pull request #15 from nileane/add-icon-replacements

Added Follow Hashtag custom icon
This commit is contained in:
Niléane 2023-07-13 01:07:31 +02:00 committed by GitHub
commit 257d922b1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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

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