diff options
Diffstat (limited to 'styles/search.css')
-rw-r--r-- | styles/search.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/styles/search.css b/styles/search.css index 06a3918..696294d 100644 --- a/styles/search.css +++ b/styles/search.css @@ -1,6 +1,5 @@ -.searchBar input { +.bigSearchBar .input { width: calc(100% - 2 * var(--spacing-medium) - 48px); - margin: 2px 0; } .results .result .inner .userInfo { |