Skip to content

Commit

Permalink
🔄 synced local 'quartz/' with remote 'quartz/'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Apr 18, 2024
1 parent e7bebc7 commit de0a014
Showing 1 changed file with 8 additions and 32 deletions.
40 changes: 8 additions & 32 deletions quartz/components/styles/explorer-burger.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,47 +46,23 @@

.mobile-only.explorer {
#explorer-content {
&:not(.collapsed) {
width: 90vw;
background-color: var(--light);
height: 100vh;
position: absolute;
z-index: 100;
max-height: max-content !important;
//transition: all 500ms;
overflow: hidden;
//blur the background
//top: 10dvh;
filter: blur(0);
transition: all 500ms;
}

&.collapsed li {
filter: blur(150px);
//transition: all 500ms;
//transition: all 500ms;
}

&:not(.collapsed) li {
filter: blur(0);
//transition: all 500ms;
//transition: all 500ms;
}

/* ul.overflow {
max-height: 70dvh;
} */
width: 90vw;
background-color: var(--light);
position: absolute;
z-index: 100;
max-height: max-content !important;
transition: all 500ms ease;
overflow: hidden;

&.collapsed {
left: 0;
width: 0;
background-color: var(--light);
height: 100dvh;
position: absolute;
max-height: max-content !important;
z-index: 100;
filter: blur(150px);
transition: all 500ms linear;
transition: all 250ms ease-out;
}
}

Expand Down

0 comments on commit de0a014

Please sign in to comment.