diff options
| author | Michael Serajnik | 2017-12-16 03:45:51 +0100 |
|---|---|---|
| committer | rr- | 2018-03-10 17:45:37 +0100 |
| commit | 26a1451ff62f10cb9f854fe791490668bb88dc28 (patch) | |
| tree | 1c3f59161d2b7a9a9920c7a2846d4bed7170eb7d /client/css/user-list-view.styl | |
| parent | c770ad8f28064574fcbcdeea44e895b911acd8f3 (diff) | |
client/css: improve mobile styling
Diffstat (limited to 'client/css/user-list-view.styl')
| -rw-r--r-- | client/css/user-list-view.styl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/css/user-list-view.styl b/client/css/user-list-view.styl index f575a97..1fba50b 100644 --- a/client/css/user-list-view.styl +++ b/client/css/user-list-view.styl @@ -34,6 +34,9 @@ width: auto input[name=search-text] width: 25em + @media (max-width: 1000px) + width: 100% .append + vertical-align: middle font-size: 0.95em color: $inactive-link-color |