mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 23:04:05 -06:00
Address feedback
This commit is contained in:
parent
27d2ceb88c
commit
1e8fe2cd08
@ -1,8 +1,11 @@
|
||||
@use "../../styles/variables.scss" as *;
|
||||
|
||||
.explorer {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow-y: hidden;
|
||||
&.desktop-only {
|
||||
overflow-y: hidden;
|
||||
display: flex;
|
||||
}
|
||||
&:after {
|
||||
pointer-events: none;
|
||||
@ -63,7 +66,7 @@ button#explorer {
|
||||
list-style: none;
|
||||
overflow: hidden;
|
||||
overflow-y: auto;
|
||||
max-height: calc(100% - 28px);
|
||||
max-height: 100%;
|
||||
transition:
|
||||
max-height 0.35s ease,
|
||||
visibility 0s linear 0s;
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
.toc.desktop-only {
|
||||
.toc {
|
||||
max-height: 40%;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user