mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 23:15:46 -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.Breadcrumbs(),
|
||||||
Component.ArticleTitle(),
|
Component.ArticleTitle(),
|
||||||
// Component.ContentMeta(),
|
// Component.ContentMeta(),
|
||||||
Component.TagList()
|
// Component.TagList()
|
||||||
],
|
],
|
||||||
left: [
|
left: [
|
||||||
Component.PageTitle(),
|
Component.PageTitle(),
|
||||||
|
|||||||
@ -1,4 +1,7 @@
|
|||||||
.darkmode {
|
.darkmode {
|
||||||
|
left: 2rem;
|
||||||
|
top: -59px;
|
||||||
|
padding-left: 0.5rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
|
|||||||
@ -1,3 +1,9 @@
|
|||||||
|
.explorer,
|
||||||
|
.desktop-only {
|
||||||
|
position: relative;
|
||||||
|
top: -60px;
|
||||||
|
}
|
||||||
|
|
||||||
button#explorer {
|
button#explorer {
|
||||||
all: unset;
|
all: unset;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|||||||
@ -2,12 +2,11 @@
|
|||||||
|
|
||||||
.search {
|
.search {
|
||||||
min-width: fit-content;
|
min-width: fit-content;
|
||||||
// max-width: 14rem;
|
min-width: auto;
|
||||||
max-width: 18px;
|
max-width: 18px;
|
||||||
flex-grow: 0.3;
|
flex-grow: 0.3;
|
||||||
|
|
||||||
& > #search-icon {
|
& > #search-icon {
|
||||||
// background-color: var(--lightgray);
|
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
height: 2rem;
|
height: 2rem;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user