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/post-list-view.styl | |
| parent | c770ad8f28064574fcbcdeea44e895b911acd8f3 (diff) | |
client/css: improve mobile styling
Diffstat (limited to 'client/css/post-list-view.styl')
| -rw-r--r-- | client/css/post-list-view.styl | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/client/css/post-list-view.styl b/client/css/post-list-view.styl index 10ebb6d..41d4cc1 100644 --- a/client/css/post-list-view.styl +++ b/client/css/post-list-view.styl @@ -145,12 +145,19 @@ margin-bottom: 0.75em * vertical-align: top + @media (max-width: 1000px) + display: block input margin-bottom: 0.25em margin-right: 0.25em input[name=search-text] width: 25em + @media (max-width: 1000px) + display: block + width: 100% + margin-bottom: 0.5em .append + vertical-align: middle font-size: 0.95em color: $inactive-link-color .bulk-edit @@ -163,6 +170,11 @@ &.hidden display: none .bulk-edit-tags + &.opened + .hint + @media (max-width: 1000px) + display: block + margin-bottom: 0.5em &:not(.opened) [type=text], .start @@ -171,8 +183,21 @@ display: none input[name=tag] width: 12em + @media (max-width: 1000px) + display: block + width: 100% + margin-bottom: 0.5em + .append + &.open, + &.hint + @media (max-width: 1000px) + margin-left: 0 .hint margin-right: 1em + .bulk-edit-safety + .append + @media (max-width: 1000px) + margin-left: 0 .safety margin-right: 0.25em |