Skip to content

Commit

Permalink
client/css: stack bulk tagging toggles horizontally on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
po5 committed Mar 21, 2024
1 parent 4b6b231 commit c1c695f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions client/css/post-list-view.styl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion client/html/posts_header.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
%><form class='horizontal bulk-edit bulk-edit-tags'><%
%><span class='append hint'>Tagging with:</span><%
%><a href class='mousetrap button append open'>Mass tag</a><%
%><wbr/><%
%><%= ctx.makeTextInput({name: 'tag', value: ctx.parameters.tag}) %><%
%><input class='mousetrap start' type='submit' value='Start tagging'/><%
%><a href class='mousetrap button append close'>Stop tagging</a><%
Expand Down

0 comments on commit c1c695f

Please sign in to comment.