client: widen search inputs to match post search
This commit is contained in:
parent
4848bee5e3
commit
cdf454818c
|
@ -46,7 +46,7 @@
|
||||||
form
|
form
|
||||||
width: auto
|
width: auto
|
||||||
input[name=search-text]
|
input[name=search-text]
|
||||||
max-width: 15em
|
width: 25em
|
||||||
.append
|
.append
|
||||||
font-size: 0.95em
|
font-size: 0.95em
|
||||||
color: $inactive-link-color
|
color: $inactive-link-color
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
form
|
form
|
||||||
width: auto
|
width: auto
|
||||||
input[name=search-text]
|
input[name=search-text]
|
||||||
max-width: 15em
|
width: 25em
|
||||||
.append
|
.append
|
||||||
font-size: 0.95em
|
font-size: 0.95em
|
||||||
color: $inactive-link-color
|
color: $inactive-link-color
|
||||||
|
|
Loading…
Reference in New Issue