1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2025-07-23 14:51:33 +00:00

fix(explorer): vertically center the Explorer toggle under mobile view (#1847)

This commit is contained in:
Felix Nie
2025-03-17 03:08:45 +08:00
committed by GitHub
parent fbb4523853
commit a72b1a4224

View File

@@ -52,6 +52,8 @@
overflow: hidden;
flex-shrink: 0;
align-self: flex-start;
margin-top: auto;
margin-bottom: auto;
}
button.mobile-explorer {