Webpack5 (#545)
* webpack changes * refactor: remove 500-embed.tpl * fix: admin script * chore: up compat * refactor: remove pulling js from modules * fix: unintentional padding in notification dropdown elements/lists * revert: zero-out padding in notifications-list (wrong element selector) * fix: no padding in notification-list dropdown * refactor: notifications dropdown to use flexbox, fixes nodebb/nodebb#10284 * fix: nodebb/nodebb#10351, refactor chats menu and dropdown to use flexbox as well this also fixes the regression caused by nodebb/nodebb#10284 * fix: incorrect default panel-offset * fix: wonky margins on chat list * fix: nodebb/nodebb#10363, more timestamp oddities * Remove hardcoded 70px body padding (#547) * fix: nodebb/nodebb#10476, eliminate the hardcoded 70px padding in the body element This also has the nice side effect of simplifying a lot of the panel-offset styling * fix: adjust topic header distance from top of page * style: fix spacing * feat: save panelOffset into localStorage, read by core * fix: hide post-tools dropdown menu by default, made visible when menu options are loaded (see nodebb/nodebb@690ec2d59 Co-authored-by: Julian Lam <julian@nodebb.org>main
parent
cef2539b5b
commit
e9cebe1867
@ -1,4 +1,4 @@
|
||||
<span component="post/tools" class="dropdown moderator-tools bottom-sheet <!-- IF !posts.display_post_menu -->hidden<!-- ENDIF !posts.display_post_menu -->">
|
||||
<a href="#" data-toggle="dropdown" data-ajaxify="false"><i class="fa fa-fw fa-ellipsis-v"></i></a>
|
||||
<ul class="dropdown-menu dropdown-menu-right" role="menu"></ul>
|
||||
<ul class="dropdown-menu dropdown-menu-right hidden" role="menu"></ul>
|
||||
</span>
|
||||
|
Loading…
Reference in New Issue