From a92d12bd098ff1f41809b726a628868ec24f5d1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Wed, 14 Nov 2018 13:53:58 -0500 Subject: [PATCH] add thumb for navigator --- less/topic.less | 11 +++++++++++ templates/topic.tpl | 6 +++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/less/topic.less b/less/topic.less index e84f86b..622dc73 100644 --- a/less/topic.less +++ b/less/topic.less @@ -481,6 +481,17 @@ } } + .navigator-thumb { + position: fixed; + background-color: @gray-lighter; + bottom: 60px; + left: 0px; + padding: 10px; + border-radius: 5px; + white-space: nowrap; + z-index: 100; + } + .pagination-block { position: fixed; width: 100%; diff --git a/templates/topic.tpl b/templates/topic.tpl index 0198223..a3d889c 100644 --- a/templates/topic.tpl +++ b/templates/topic.tpl @@ -71,7 +71,11 @@ -
+ +