From 733e06d1aa310576826bbe208e362b9dfa8bad4c Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Thu, 4 Aug 2016 12:23:01 -0400 Subject: [PATCH] nodebb/nodebb#4911 --- less/topic.less | 13 ++++++++ templates/partials/fork_thread_modal.tpl | 39 ++++++++++++------------ 2 files changed, 32 insertions(+), 20 deletions(-) diff --git a/less/topic.less b/less/topic.less index c6e1016..5294020 100644 --- a/less/topic.less +++ b/less/topic.less @@ -422,3 +422,16 @@ text-align: center; } } + +.fork-thread-card { + position: fixed; + bottom: 10%; + right: 2rem; + z-index: 1; +} + +@media screen and (min-width: @screen-sm-min) { + .fork-thread-card { + max-width: 33%; + } +} \ No newline at end of file diff --git a/templates/partials/fork_thread_modal.tpl b/templates/partials/fork_thread_modal.tpl index c707ac8..bd02d25 100644 --- a/templates/partials/fork_thread_modal.tpl +++ b/templates/partials/fork_thread_modal.tpl @@ -1,23 +1,22 @@ -