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

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

15 lines
268 B
SCSS
Raw Normal View History

html:not(.anon) #topic-footer-buttons {
flex-direction: column;
gap: var(--below-topic-margin);
.pinned-button,
.topic-notifications-button {
.reason {
display: inline-flex;
align-items: center;
gap: 0.5rem;
margin: 0;
}
}
}