2019-07-25 16:03:37 -04:00

23 lines
341 B
SCSS

#topic-title .d-icon-far-check-square {
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;
}
}
}
}
}