UX: makes solved status filter adapt width to its content
This commit is contained in:
parent
a531a2b370
commit
26d247e3d7
|
@ -1,3 +1,9 @@
|
||||||
{{#if siteSettings.solved_enabled}}
|
{{#if siteSettings.solved_enabled}}
|
||||||
{{combo-box content=statuses value=status valueAttribute="value" onSelect=(action "changeStatus")}}
|
{{combo-box
|
||||||
|
class="solved-status-filter"
|
||||||
|
content=statuses
|
||||||
|
value=status
|
||||||
|
valueAttribute="value"
|
||||||
|
onSelect=(action "changeStatus")
|
||||||
|
}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
.select-kit {
|
||||||
|
&.solved-status-filter {
|
||||||
|
min-width: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.solved-panel,
|
.solved-panel,
|
||||||
.post-controls .accepted,
|
.post-controls .accepted,
|
||||||
.fa.accepted,
|
.fa.accepted,
|
||||||
|
|
Loading…
Reference in New Issue