mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-11-30 17:57:56 +01:00
Restore mobile button position
This commit is contained in:
@@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
.explorer-container {
|
.explorer-container {
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
|
@media all and ($mobile) {
|
||||||
|
order: -1;
|
||||||
|
}
|
||||||
|
|
||||||
.explorer {
|
.explorer {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -12,7 +15,6 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
@media all and ($mobile) {
|
@media all and ($mobile) {
|
||||||
order: -1;
|
|
||||||
button#mobile-explorer {
|
button#mobile-explorer {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
@@ -212,7 +214,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
transition: all 300ms ease-in-out;
|
transition: all 300ms ease-in-out;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 1rem 2rem 5rem;
|
padding: 2rem 2rem 4rem;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
max-height: calc(100dvh - 8rem);
|
max-height: calc(100dvh - 8rem);
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user