mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 15:05:42 -05:00
rearranged left sidebar, mini search icon
This commit is contained in:
parent
7e8a5851f8
commit
c7019c537a
@ -22,7 +22,7 @@ export const defaultContentPageLayout: PageLayout = {
|
||||
Component.Breadcrumbs(),
|
||||
Component.ArticleTitle(),
|
||||
// Component.ContentMeta(),
|
||||
Component.TagList()
|
||||
// Component.TagList()
|
||||
],
|
||||
left: [
|
||||
Component.PageTitle(),
|
||||
|
||||
@ -1,4 +1,7 @@
|
||||
.darkmode {
|
||||
left: 2rem;
|
||||
top: -59px;
|
||||
padding-left: 0.5rem;
|
||||
position: relative;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
|
||||
@ -1,3 +1,9 @@
|
||||
.explorer,
|
||||
.desktop-only {
|
||||
position: relative;
|
||||
top: -60px;
|
||||
}
|
||||
|
||||
button#explorer {
|
||||
all: unset;
|
||||
background-color: transparent;
|
||||
|
||||
@ -2,12 +2,11 @@
|
||||
|
||||
.search {
|
||||
min-width: fit-content;
|
||||
// max-width: 14rem;
|
||||
min-width: auto;
|
||||
max-width: 18px;
|
||||
flex-grow: 0.3;
|
||||
|
||||
& > #search-icon {
|
||||
// background-color: var(--lightgray);
|
||||
background-color: transparent;
|
||||
border-radius: 4px;
|
||||
height: 2rem;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user