diff --git a/app/assets/stylesheets/terminals.css b/app/assets/stylesheets/terminals.css index 6c8f4bfb6..71467f336 100644 --- a/app/assets/stylesheets/terminals.css +++ b/app/assets/stylesheets/terminals.css @@ -78,7 +78,8 @@ .terminal__help { display: none; - .terminal--showing-help & { + .terminal--showing-help &, + .terminal--open .terminal__menu:empty ~ & { border-block-end: 1px dashed; display: block; margin-block-end: 0.5lh; diff --git a/app/views/commands/index.html.erb b/app/views/commands/index.html.erb index b3369ab85..3b14f3338 100644 --- a/app/views/commands/index.html.erb +++ b/app/views/commands/index.html.erb @@ -1,7 +1,5 @@ <%= turbo_frame_tag :recent_commands do %> -
+ <%= render "commands/help" %> <% end %>