Fix dashboard menu display on mobile platform(still working on it).

This commit is contained in:
joyqi
2021-03-19 18:34:04 +08:00
parent eba20a69f0
commit f775a3e490
14 changed files with 271 additions and 205 deletions
+1
View File
@@ -1,5 +1,6 @@
<?php if(!defined('__TYPECHO_ADMIN__')) exit; ?>
<div class="typecho-head-nav clearfix" role="navigation">
<a class="menu-bar" href="###" onclick="$(this).toggleClass('focus'); return false;"><?php _e('菜单'); ?></a>
<nav id="typecho-nav-list">
<?php $menu->output(); ?>
</nav>