Create AccountSearch component to do more than AutosuggestAccountInput
This commit is contained in:
parent
b0b13e9e59
commit
a02112a1c8
4 changed files with 3 additions and 0 deletions
BIN
app/soapbox/components/account_search.js
Normal file
BIN
app/soapbox/components/account_search.js
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -167,9 +167,12 @@
|
||||||
|
|
||||||
.search-page {
|
.search-page {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.column {
|
||||||
.search {
|
.search {
|
||||||
padding: 10px 15px;
|
padding: 10px 15px;
|
||||||
|
background-color: var(--foreground-color);
|
||||||
border-bottom: 1px solid hsla(var(--primary-text-color_hsl), 0.2);
|
border-bottom: 1px solid hsla(var(--primary-text-color_hsl), 0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue