feat: 微调ui布局
This commit is contained in:
@@ -66,7 +66,12 @@
|
||||
<!-- 左侧导航 -->
|
||||
<nav class="sidebar">
|
||||
<div class="logo">
|
||||
<h1 data-editable="logo-text">{{site.logo_text}}</h1>
|
||||
<div class="logo-brand">
|
||||
{{#if site.favicon}}
|
||||
<img class="logo-image" src="./{{site.favicon}}" alt="{{site.title}} logo" width="26" height="26">
|
||||
{{/if}}
|
||||
<h1 data-editable="logo-text">{{site.logo_text}}</h1>
|
||||
</div>
|
||||
<button class="sidebar-toggle" aria-label="收起/展开侧边栏">
|
||||
<i class="fas fa-chevron-left toggle-icon"></i>
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user