From c7beffa5ca17394ef092d809c8c2c7228f31f209 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 13 Jan 2020 22:14:14 +0000 Subject: [PATCH] Vier: The forumlist doesn't appear on the left in wide view --- view/templates/widget_forumlist.tpl | 2 ++ view/theme/vier/wide.css | 1 + 2 files changed, 3 insertions(+) diff --git a/view/templates/widget_forumlist.tpl b/view/templates/widget_forumlist.tpl index 8f049d9b0f..01f61d6035 100644 --- a/view/templates/widget_forumlist.tpl +++ b/view/templates/widget_forumlist.tpl @@ -11,6 +11,7 @@ function showHideForumlist() { } } +

{{$title}}

@@ -46,6 +47,7 @@ function showHideForumlist() { {{/if}} +
diff --git a/view/theme/vier/wide.css b/view/theme/vier/wide.css index 72c2673261..774c3b1d8e 100644 --- a/view/theme/vier/wide.css +++ b/view/theme/vier/wide.css @@ -2,6 +2,7 @@ right_aside { display: block; } +#forumlist-sidebar-frame, #forumlist-sidebar { display: none; }