Added custom Share icon

This commit is contained in:
Niléane 2023-11-24 17:07:08 +01:00
commit 7db6ead5ac
No known key found for this signature in database
3 changed files with 22 additions and 7 deletions

View file

@ -371,7 +371,8 @@ body.app-body {
.status__action-bar .icon-close,
.detailed-status__action-bar .icon-close,
.account__header__tabs__buttons .icon-close,
.icon-sign-out
.icon-sign-out,
.icon-undefined
)
path {
display: none;
@ -419,7 +420,8 @@ body.app-body {
.status__action-bar .icon-close,
.detailed-status__action-bar .icon-close,
.account__header__tabs__buttons .icon-close,
.icon-sign-out
.icon-sign-out,
.icon-undefined
) {
background-repeat: no-repeat;
background-size: 100%;
@ -709,6 +711,9 @@ body.app-body {
.app-body .follow-request-banner .button .icon-times {
background-image: var(--icon-reject);
}
.app-body .icon-undefined {
background-image: var(--icon-share);
}
@media screen and (max-width:1174px) {
.app-body .navigation-panel .column-link .icon-home {