diff options
| author | rr- | 2016-08-27 20:08:58 +0200 |
|---|---|---|
| committer | rr- | 2016-08-27 22:19:01 +0200 |
| commit | 02d631a65d1680d6f49c69be8e667485cbe298b4 (patch) | |
| tree | 91f1b969d883f60eb637b4cac98e8fbe9ea256f8 /client/css/post-list-view.styl | |
| parent | f63d024777ca832826e804a9054ecadbab48f9e9 (diff) | |
client/css: improve appearance on small screens
Diffstat (limited to 'client/css/post-list-view.styl')
| -rw-r--r-- | client/css/post-list-view.styl | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/client/css/post-list-view.styl b/client/css/post-list-view.styl index 04724e9..02e0ef6 100644 --- a/client/css/post-list-view.styl +++ b/client/css/post-list-view.styl @@ -99,19 +99,25 @@ outline: 3px solid $main-color .post-list-header + white-space: nowrap + text-align: left + label display: none - text-align: left form width: auto + margin-bottom: 0.75em * vertical-align: top + input + margin-bottom: 0.25em + margin-right: 0.25em input[name=search-text] width: 25em - max-width: 90vw input[name=masstag] - width: 15em - margin-left: 1em + width: 12em + .masstag-hint + margin-right: 1em .append font-size: 0.95em color: $inactive-link-color @@ -123,6 +129,7 @@ display: none .safety + margin-right: 0.25em &.safety-safe background-color: $safety-safe border-color: @background-color |