fix(explorer): vertically center the Explorer toggle under mobile view (#1847)
This commit is contained in:
parent
fbb4523853
commit
a72b1a4224
1 changed files with 2 additions and 0 deletions
|
@ -52,6 +52,8 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
align-self: flex-start;
|
align-self: flex-start;
|
||||||
|
margin-top: auto;
|
||||||
|
margin-bottom: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
button.mobile-explorer {
|
button.mobile-explorer {
|
||||||
|
|
Loading…
Add table
Reference in a new issue