mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-04 04:37:28 +02:00
fix(v2): fix browser window menu icon on smaller screen (#2002)
This commit is contained in:
parent
4c7de3b5f1
commit
79f3b9562c
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.browserWindowAddressBar {
|
.browserWindowAddressBar {
|
||||||
flex: 1 0 auto;
|
flex: 1 0;
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
margin-right: 1rem;
|
margin-right: 1rem;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue