mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 09:43:10 +00:00
fix(v2): fix browser window menu icon on smaller screen (#2002)
This commit is contained in:
parent
4c7de3b5f1
commit
79f3b9562c
|
|
@ -27,7 +27,7 @@
|
|||
}
|
||||
|
||||
.browserWindowAddressBar {
|
||||
flex: 1 0 auto;
|
||||
flex: 1 0;
|
||||
margin-left: 0.5rem;
|
||||
margin-right: 1rem;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue