2017-09-12 01:14:22 +08:00
|
|
|
#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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.pinned-button {
|
2017-10-20 03:51:08 +08:00
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
2017-09-12 01:14:22 +08:00
|
|
|
display: flex;
|
2017-10-20 03:51:08 +08:00
|
|
|
-webkit-box-pack: start;
|
|
|
|
-ms-flex-pack: start;
|
|
|
|
justify-content: flex-start;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
2017-09-12 01:14:22 +08:00
|
|
|
margin: 0;
|
|
|
|
min-width: auto;
|
|
|
|
|
2017-09-13 16:24:02 +08:00
|
|
|
.pinned-options {
|
2017-10-20 03:51:08 +08:00
|
|
|
display: -webkit-inline-box;
|
|
|
|
display: -ms-inline-flexbox;
|
2017-09-12 01:14:22 +08:00
|
|
|
display: inline-flex;
|
|
|
|
}
|
|
|
|
|
2017-10-20 03:51:08 +08:00
|
|
|
.pinned-options {
|
2017-11-21 18:53:09 +08:00
|
|
|
.select-box-kit-body, .select-kit-body {
|
2017-09-12 01:14:22 +08:00
|
|
|
min-width: unset;
|
|
|
|
max-width: unset;
|
|
|
|
width: 550px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|