discourse/app/assets/stylesheets/mobile/topic-footer.scss
2024-12-11 14:59:37 +01:00

19 lines
291 B
SCSS

html:not(.anon) #topic-footer-buttons {
.topic-footer-main-buttons {
.d-button-label {
display: none;
}
.pinned-button,
.topic-notifications-button {
.selected-name .name {
display: none;
}
}
.d-icon {
margin-right: 0;
}
}
}