From c68623433f0caa62fa55da81ccdfae64fc3b85bd Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Tue, 21 Apr 2020 23:17:29 -0500 Subject: [PATCH] styling comments --- app/assets/stylesheets/comments.scss | 6 ++++++ app/views/stream/index.html.erb | 6 +++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/comments.scss b/app/assets/stylesheets/comments.scss index a463ed97..ba274d63 100644 --- a/app/assets/stylesheets/comments.scss +++ b/app/assets/stylesheets/comments.scss @@ -5,4 +5,10 @@ .metadata { margin-top: 5px; } +} + +.comment-form { + a.submit-button { + margin-bottom: 15px; + } } \ No newline at end of file diff --git a/app/views/stream/index.html.erb b/app/views/stream/index.html.erb index 84d3876f..3f6d14c1 100644 --- a/app/views/stream/index.html.erb +++ b/app/views/stream/index.html.erb @@ -44,9 +44,13 @@ Does anyone have any questions about this page? I'm trying to fill it out more. -
+
+ <%= link_to '#', class: 'btn right green white-text submit-button' do %> + Comment + chat + <% end %>