mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 06:30:15 +08:00
486df57a23
- no description on mobile for notifications - better reason text positioning
35 lines
450 B
SCSS
35 lines
450 B
SCSS
#topic-footer-buttons {
|
|
.pinned-button {
|
|
min-width: auto;
|
|
margin: 1em 0;
|
|
|
|
&.is-hidden {
|
|
display: none;
|
|
}
|
|
|
|
.btn {
|
|
margin: 0;
|
|
}
|
|
|
|
.reason {
|
|
display: inline;
|
|
line-height: $line-height-medium;
|
|
}
|
|
}
|
|
}
|
|
|
|
.pinned-button {
|
|
margin: 0;
|
|
min-width: auto;
|
|
|
|
.pinned-options {
|
|
display: inline;
|
|
|
|
.select-kit-body {
|
|
min-width: unset;
|
|
max-width: unset;
|
|
width: 550px;
|
|
}
|
|
}
|
|
}
|