mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:02:58 +00:00
Vier: The forumlist doesn't appear on the left in wide view
This commit is contained in:
parent
e64336b4d3
commit
c7beffa5ca
2 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -2,6 +2,7 @@ right_aside {
|
|||
display: block;
|
||||
}
|
||||
|
||||
#forumlist-sidebar-frame,
|
||||
#forumlist-sidebar {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue