mirror of
https://github.com/discourse/discourse-solved.git
synced 2025-07-08 14:42:45 +00:00
28 lines
419 B
SCSS
28 lines
419 B
SCSS
#topic-title .d-icon-far-square-check {
|
|
margin-top: 0.25em;
|
|
}
|
|
|
|
.topic-post {
|
|
nav.post-controls {
|
|
.extra-buttons {
|
|
button {
|
|
max-width: unset;
|
|
white-space: nowrap;
|
|
}
|
|
}
|
|
|
|
&.expanded {
|
|
.accepted,
|
|
.unaccepted {
|
|
.d-button-label {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
li.solved-status-filter {
|
|
margin: 0 3px 5px 3px; // matches core styles
|
|
}
|