mirror of
https://github.com/discourse/discourse.git
synced 2024-12-20 02:01:28 +08:00
15 lines
268 B
SCSS
15 lines
268 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|