<% end %>
From f6a8b2c113e32e9d847376658dbf14ef6cbcfb54 Mon Sep 17 00:00:00 2001
From: MoshiKoi <54333972+MoshiKoi@users.noreply.github.com>
Date: Tue, 3 Jan 2023 01:36:52 -0800
Subject: [PATCH 2/3] Put post body in its own element
---
app/views/posts/_expanded.html.erb | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/app/views/posts/_expanded.html.erb b/app/views/posts/_expanded.html.erb
index 0b775b1e5..38b661233 100644
--- a/app/views/posts/_expanded.html.erb
+++ b/app/views/posts/_expanded.html.erb
@@ -150,9 +150,10 @@
<% end %>
<% end %>
-
<% existing_vote = my_vote(post) %>
<% unless post.locked? %>
diff --git a/config/config/preferences.yml b/config/config/preferences.yml
index 36be0760a..8ecdcaabb 100644
--- a/config/config/preferences.yml
+++ b/config/config/preferences.yml
@@ -72,4 +72,10 @@ sticky_header:
type: boolean
description: >
Make the top navigation bar sticky.
+ default: false
+
+sticky_vote_tool:
+ type: boolean
+ description: >
+ Make the up and downvote buttons scroll along with the post
default: false
\ No newline at end of file