diff options
| author | Eva <evauwu@riseup.net> | 2023-05-21 20:00:37 +0200 |
|---|---|---|
| committer | Eva <evauwu@riseup.net> | 2024-03-21 22:26:49 +0100 |
| commit | c1c695f082f53819f092a535aa08125e3f3f48bb (patch) | |
| tree | 12d9ebfa00c0bb07a212ede84841090a4002fc33 /client/css | |
| parent | 4b6b231fc809b173f7f619563589e4eed77d35c2 (diff) | |
client/css: stack bulk tagging toggles horizontally on mobile
Diffstat (limited to 'client/css')
| -rw-r--r-- | client/css/post-list-view.styl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/css/post-list-view.styl b/client/css/post-list-view.styl index 7f6aa80..e4f75d5 100644 --- a/client/css/post-list-view.styl +++ b/client/css/post-list-view.styl @@ -187,6 +187,9 @@ vertical-align: top @media (max-width: 1000px) display: block + &.bulk-edit-tags:not(.opened), &.bulk-edit-safety:not(.opened) + float: left + margin-right: 1em input margin-bottom: 0.25em margin-right: 0.25em |