mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-24 10:51:27 +00:00
update styles
This commit is contained in:
parent
269cc2308b
commit
e9b1967709
2 changed files with 5 additions and 9 deletions
|
|
@ -6,14 +6,12 @@ import { SITE_TITLE } from "../consts"
|
|||
<div class="nav-wrapper">
|
||||
<div class="nav-content-wrapper">
|
||||
<div class="nav-content">
|
||||
<div class="flex items-center gap-3">
|
||||
<a href="/" class="nav-title flex items-center gap-3">
|
||||
<img src="https://oss.nbtca.space/CA-logo.svg" alt="" style="width: 28px; aspect-ratio: 1;" />
|
||||
<a href="/" class="nav-title">
|
||||
<span class="hidden md:block">
|
||||
{SITE_TITLE}
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<span class="hidden md:block">
|
||||
{SITE_TITLE}
|
||||
</span>
|
||||
</a>
|
||||
<div class="nav-menu">
|
||||
<div class="nav-item-wrapper">
|
||||
<a href="/archive" class="nav-item-content">目录</a>
|
||||
|
|
|
|||
|
|
@ -322,9 +322,7 @@ a:disabled,
|
|||
font-weight: 600;
|
||||
letter-spacing: 0.011em;
|
||||
cursor: default;
|
||||
display: block;
|
||||
float: left;
|
||||
margin: 14px 0 -18px;
|
||||
padding: 0;
|
||||
height: 52px;
|
||||
white-space: nowrap;
|
||||
|
|
|
|||
Loading…
Reference in a new issue