discourse/app/assets/stylesheets/common/select-kit/topic-notifications-button.scss
Joffrey JAFFEUX 486df57a23
FIX: tweaking topic footer dropdowns (#6882)
- no description on mobile for notifications
- better reason text positioning
2019-01-16 10:27:27 +01:00

28 lines
412 B
SCSS

#topic-footer-buttons {
.topic-notifications-button {
min-width: auto;
margin: 1em 0;
.btn {
margin: 0;
}
.reason {
display: inline;
line-height: $line-height-medium;
}
}
}
.topic-notifications-button .topic-notifications-options {
min-width: auto;
}
.topic-notifications-button {
margin: 0;
.topic-notifications-options {
display: inline-flex;
}
}