discourse/app/assets/stylesheets/mobile/topic-footer.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
291 B
SCSS
Raw Normal View History

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;
}
}
}