rearranged left sidebar, mini search icon

This commit is contained in:
semanticdata 2023-09-29 15:26:39 -05:00
parent 7e8a5851f8
commit c7019c537a
4 changed files with 11 additions and 3 deletions

View File

@ -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(),

View File

@ -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;

View File

@ -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;

View File

@ -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;