]> git.mxchange.org Git - friendica.git/commitdiff
Vier: The forumlist doesn't appear on the left in wide view
authorMichael <heluecht@pirati.ca>
Mon, 13 Jan 2020 22:14:14 +0000 (22:14 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 13 Jan 2020 22:14:14 +0000 (22:14 +0000)
view/templates/widget_forumlist.tpl
view/theme/vier/wide.css

index 8f049d9b0f136c2646d241349d91b6a62ae2bd19..01f61d6035932cc63deb43ec5033911c177b6fcc 100644 (file)
@@ -11,6 +11,7 @@ function showHideForumlist() {
        }
 }
 </script>
+<span id="forumlist-sidebar-frame">
 <span id="forumlist-sidebar-inflated" class="widget fakelink" onclick="openCloseWidget('forumlist-sidebar', 'forumlist-sidebar-inflated');">
        <h3>{{$title}}</h3>
 </span>
@@ -46,6 +47,7 @@ function showHideForumlist() {
                {{/if}}
        </ul>
 </div>
+</span>
 <script>
 initWidget('forumlist-sidebar', 'forumlist-sidebar-inflated');
 </script>
index 72c2673261aef9400b15e3ec51328cc15dc91071..774c3b1d8e0807f90191bc6f79ab3b13ae6a30f4 100644 (file)
@@ -2,6 +2,7 @@ right_aside {
   display: block;
 }
 
+#forumlist-sidebar-frame,
 #forumlist-sidebar {
   display: none;
 }