mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-23 14:35:42 -05:00
🎨 use project formatter
This commit is contained in:
parent
9691ef3e2e
commit
f23ee32b11
@ -2,12 +2,10 @@
|
||||
|
||||
@media all and ($mobile) {
|
||||
.page > #quartz-body {
|
||||
|
||||
// Shift page position when toggling Explorer on mobile.
|
||||
& > :not(.sidebar.left:has(.explorer)) {
|
||||
transition: transform 300ms ease-in-out;
|
||||
}
|
||||
|
||||
&.lock-scroll > :not(.sidebar.left:has(.explorer)) {
|
||||
transform: translateX(100dvw);
|
||||
transition: transform 300ms ease-in-out;
|
||||
@ -35,10 +33,8 @@
|
||||
|
||||
min-height: 1.2rem;
|
||||
flex: 0 1 auto;
|
||||
|
||||
&.collapsed {
|
||||
flex: 0 1 1.2rem;
|
||||
|
||||
& .fold {
|
||||
transform: rotateZ(-90deg);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user