rafaucau
Depending on how the icon is displayed, you should adjust it like this to make the icon look beautiful
@media @phone {
.IndexPage-nav {
& .SubscriptionButton {
background: transparent;
width: auto;
height: var(--header-height-phone);
right: 35px;
i {
font-size: 20px;
display: block;
margin: 0;
}
.Button-label {
display: none;
}
}
}
}
Located on the Discussion button
@media @phone {
.App--index {
/**Enable Search Menu Mobi**/
/**Enable Follow Mobi **/
& .item-subscriptionButton {
& .SubscriptionButton {
margin-top: 5px !important;
}
& .App-primaryControl {
top: unset !important;
position: relative !important;
border-radius: 4px;
flex: 1;
padding-left: 20px;
padding-right: 20px;
}
}
/**Disable Icon checkin**/
}
}