Vier: The forumlist doesn't appear on the left in wide view
This commit is contained in:
parent
e64336b4d3
commit
c7beffa5ca
|
@ -11,6 +11,7 @@ function showHideForumlist() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
<span id="forumlist-sidebar-frame">
|
||||||
<span id="forumlist-sidebar-inflated" class="widget fakelink" onclick="openCloseWidget('forumlist-sidebar', 'forumlist-sidebar-inflated');">
|
<span id="forumlist-sidebar-inflated" class="widget fakelink" onclick="openCloseWidget('forumlist-sidebar', 'forumlist-sidebar-inflated');">
|
||||||
<h3>{{$title}}</h3>
|
<h3>{{$title}}</h3>
|
||||||
</span>
|
</span>
|
||||||
|
@ -46,6 +47,7 @@ function showHideForumlist() {
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
</span>
|
||||||
<script>
|
<script>
|
||||||
initWidget('forumlist-sidebar', 'forumlist-sidebar-inflated');
|
initWidget('forumlist-sidebar', 'forumlist-sidebar-inflated');
|
||||||
</script>
|
</script>
|
||||||
|
|
|
@ -2,6 +2,7 @@ right_aside {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#forumlist-sidebar-frame,
|
||||||
#forumlist-sidebar {
|
#forumlist-sidebar {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue