mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 07:26:04 +08:00
486df57a23
- no description on mobile for notifications - better reason text positioning
28 lines
412 B
SCSS
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;
|
|
}
|
|
}
|