mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 02:53:41 +08:00
e924920bec
This commit also moves more logic in dropdown-select-box instead of duplicating it for notifications-options and pinned-options
45 lines
656 B
SCSS
45 lines
656 B
SCSS
#topic-footer-buttons {
|
|
.pinned-button {
|
|
min-width: auto;
|
|
margin: 10px 0 5px 0;
|
|
|
|
&.is-hidden {
|
|
display: none;
|
|
}
|
|
|
|
.btn {
|
|
margin: 0;
|
|
}
|
|
|
|
.reason {
|
|
line-height: 16px;
|
|
margin: 0 0 0 10px;
|
|
|
|
a {
|
|
margin-left: 3px;
|
|
margin-right: 3px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.pinned-button {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
margin: 0;
|
|
min-width: auto;
|
|
|
|
.pinned-options, .reason {
|
|
display: inline-flex;
|
|
}
|
|
|
|
.pinned-options.pinned-options.pinned-options {
|
|
.select-box-body {
|
|
min-width: unset;
|
|
max-width: unset;
|
|
width: 550px;
|
|
}
|
|
}
|
|
}
|