diff --git a/plugins/community_hub/public/style.css b/plugins/community_hub/public/style.css index 110d342..a9bbf7a 100644 --- a/plugins/community_hub/public/style.css +++ b/plugins/community_hub/public/style.css @@ -4,7 +4,6 @@ } #input-panel { - height: 350px; width: 100%; padding-top: 10px; display: inline-block; diff --git a/plugins/community_hub/views/content_viewer/hub.rhtml b/plugins/community_hub/views/content_viewer/hub.rhtml index 9786587..a678cb8 100644 --- a/plugins/community_hub/views/content_viewer/hub.rhtml +++ b/plugins/community_hub/views/content_viewer/hub.rhtml @@ -24,6 +24,27 @@ <%= check_box_tag 'auto_scrolling', 'yes', true %><%= _("Auto scrolling") %> + <% if logged_in? %> +