diff --git a/less/topics_list.less b/less/topics_list.less index 2e6e9bc..1121c46 100644 --- a/less/topics_list.less +++ b/less/topics_list.less @@ -1,4 +1,16 @@ #new-topics-alert { margin-bottom: 0px; padding: 10px 16px; +} + +.topic-list-header { + position: sticky; + top: @navbar-height; + background-color: @body-bg; + z-index: @zindex-navbar; + padding-top: 10px; + padding-bottom: 10px; + margin-bottom: 10px; + border-top: 1px solid @post-border-color; + border-bottom: 1px solid @post-border-color; } \ No newline at end of file diff --git a/templates/category.tpl b/templates/category.tpl index 65aa3c9..ee96d13 100644 --- a/templates/category.tpl +++ b/templates/category.tpl @@ -8,9 +8,7 @@
- - -
+
[[category:new_topic_button]] @@ -30,10 +28,6 @@
- - - -
diff --git a/templates/popular.tpl b/templates/popular.tpl index 1375b1a..30279ec 100644 --- a/templates/popular.tpl +++ b/templates/popular.tpl @@ -5,7 +5,7 @@ {{{end}}}