From c1c695f082f53819f092a535aa08125e3f3f48bb Mon Sep 17 00:00:00 2001 From: Eva Date: Sun, 21 May 2023 20:00:37 +0200 Subject: [PATCH] client/css: stack bulk tagging toggles horizontally on mobile --- client/css/post-list-view.styl | 3 +++ client/html/posts_header.tpl | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/client/css/post-list-view.styl b/client/css/post-list-view.styl index 7f6aa80c..e4f75d5d 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 diff --git a/client/html/posts_header.tpl b/client/html/posts_header.tpl index d1422d2c..77d16ed7 100644 --- a/client/html/posts_header.tpl +++ b/client/html/posts_header.tpl @@ -16,7 +16,6 @@ %>
<% %>Tagging with:<% %>Mass tag<% - %><% %><%= ctx.makeTextInput({name: 'tag', value: ctx.parameters.tag}) %><% %><% %>Stop tagging<%