mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 08:19:07 +02:00
fix(theme-classic): restore right padding on sidebar (DocSidebar) in Firefox
This commit is contained in:
parent
484ffad4f2
commit
45277f2599
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