mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-05-19 06:54:18 +02:00
Cleanup
This commit is contained in:
parent
836f2a87ad
commit
526e50aff0
@ -203,10 +203,8 @@
|
|||||||
.mobile-explorer {
|
.mobile-explorer {
|
||||||
#explorer-content {
|
#explorer-content {
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
//left: 0;
|
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
//max-height: max-content !important;
|
|
||||||
background-color: var(--light);
|
background-color: var(--light);
|
||||||
max-width: calc(100% - 4rem);
|
max-width: calc(100% - 4rem);
|
||||||
left: 0;
|
left: 0;
|
||||||
@ -214,16 +212,12 @@
|
|||||||
transition: all 300ms ease-in-out;
|
transition: all 300ms ease-in-out;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 1rem 2rem 5rem;
|
padding: 1rem 2rem 5rem;
|
||||||
//height: calc(100dvh - 36px);
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
max-height: calc(100dvh - 8rem);
|
max-height: calc(100dvh - 8rem);
|
||||||
//border-top-left-radius: 23px;
|
|
||||||
//border-top-right-radius: 23px;
|
|
||||||
margin-top: 36px;
|
margin-top: 36px;
|
||||||
|
|
||||||
&:not(.collapsed) {
|
&:not(.collapsed) {
|
||||||
height: calc(100dvh - 8rem);
|
height: calc(100dvh - 8rem);
|
||||||
//top: 10dvh;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.overflow {
|
ul.overflow {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user