mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-16 16:25:56 +02:00
Merge 45277f2599
into a3324ff65e
This commit is contained in:
commit
b708be8352
1 changed files with 7 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
flex-grow: 1;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
|
||||
@supports (scrollbar-gutter: stable) {
|
||||
.menu {
|
||||
padding: 0.5rem 0 0.5rem 0.5rem;
|
||||
|
@ -17,6 +18,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
@supports (-moz-appearance: none) and (scrollbar-gutter: stable) {
|
||||
.menu {
|
||||
padding-right: 0.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
.menuWithAnnouncementBar {
|
||||
margin-bottom: var(--docusaurus-announcement-bar-height);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue