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