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.ArticleTitle(),
// Component.ContentMeta(),
Component.TagList()
// Component.TagList()
],
left: [
Component.PageTitle(),

View File

@ -1,4 +1,7 @@
.darkmode {
left: 2rem;
top: -59px;
padding-left: 0.5rem;
position: relative;
width: 20px;
height: 20px;

View File

@ -1,3 +1,9 @@
.explorer,
.desktop-only {
position: relative;
top: -60px;
}
button#explorer {
all: unset;
background-color: transparent;

View File

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