diff --git a/app/assets/stylesheets/community.scss b/app/assets/stylesheets/community.scss index c06d5c5d2..41e40994d 100644 --- a/app/assets/stylesheets/community.scss +++ b/app/assets/stylesheets/community.scss @@ -4,10 +4,6 @@ pointer-events: none; } - .wide-order-selector { - margin-top: 0; - } - .panel { min-height: auto; margin: 0.375rem 0; diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index 88ab4e31c..25f7f641e 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -1856,6 +1856,11 @@ table { } } + .order-links { + margin-bottom: $line-height; + margin-top: $line-height; + } + .comment { line-height: $list-lineheight; margin: $line-height / 4 0; diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 7257f9940..5c48631ec 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -393,6 +393,11 @@ font-size: rem-calc(15); margin-bottom: rem-calc(15); } + + .order-links > li { + font-size: inherit; + margin-bottom: 0; + } } .geozone { diff --git a/app/components/shared/comments_component.html.erb b/app/components/shared/comments_component.html.erb index b6b12f691..cb29bf459 100644 --- a/app/components/shared/comments_component.html.erb +++ b/app/components/shared/comments_component.html.erb @@ -3,15 +3,13 @@
<%= render "shared/login_to_comment" %> <% end %> + <%= render "shared/order_links", i18n_namespace: "comments" %> <%= render "comments/comment_list", comments: comment_tree.root_comments %> <%= paginate comment_tree.root_comments %>