From fce622b5b1959892b6f6ea94bfe3a1c4eb52d8dd Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 14 Oct 2023 11:12:05 -0400 Subject: Added comment replying --- app/assets/stylesheets/main/entries.scss | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'app/assets/stylesheets/main/entries.scss') diff --git a/app/assets/stylesheets/main/entries.scss b/app/assets/stylesheets/main/entries.scss index 8d5796f..dd6b248 100644 --- a/app/assets/stylesheets/main/entries.scss +++ b/app/assets/stylesheets/main/entries.scss @@ -251,9 +251,29 @@ float: right; margin-top: 1em; } + + .comment-reply-to { + float: right; + margin-right: 0.5em; + + img { + display: block; + } + } } #comment-form { + #comment-reply-msg { + display: none; + margin-top: 1em; + margin-bottom: 0; + margin-left: 0; + + .comment-reply-author { + font-weight: bold; + } + } + fieldset { border: 0; -- cgit 1.4.1