diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index ff2af5f2b..81757d78c 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -1807,7 +1807,13 @@ .polls-results-stats { .sidebar { - border-right: 1px solid $border; + border-bottom: 1px solid $border; + margin-bottom: $line-height; + + @include breakpoint(medium) { + border-bottom: 0; + border-right: 1px solid $border; + } .menu { padding: 0; diff --git a/app/models/poll/booth.rb b/app/models/poll/booth.rb index 07e7d2456..b9cba45b1 100644 --- a/app/models/poll/booth.rb +++ b/app/models/poll/booth.rb @@ -12,7 +12,7 @@ class Poll end def self.available - where(polls: { id: Poll.current_or_incoming }).includes(:polls) + where(polls: { id: Poll.current_or_recounting_or_incoming }).includes(:polls) end def assignment_on_poll(poll) diff --git a/app/views/polls/results.html.erb b/app/views/polls/results.html.erb index 5f2b973bd..4373da22d 100644 --- a/app/views/polls/results.html.erb +++ b/app/views/polls/results.html.erb @@ -5,9 +5,9 @@ <%= render "poll_subnav" %> -