mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-30 14:14:17 +00:00
update website [ci skip]
This commit is contained in:
parent
bfecb08e40
commit
170149ca1d
10
css/main.css
10
css/main.css
|
|
@ -503,7 +503,7 @@ header h2 {
|
|||
background: #2E8555;
|
||||
color: #fff;
|
||||
min-height: 50px;
|
||||
padding: 10px 0 8px;
|
||||
padding: 9px 0;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
z-index: 9999;
|
||||
|
|
@ -1044,10 +1044,10 @@ a:hover code {
|
|||
}
|
||||
.navigationSlider .slidingNav {
|
||||
box-sizing: border-box;
|
||||
position: absolute;
|
||||
left: -10px;
|
||||
right: -10px;
|
||||
top: -10px;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 0;
|
||||
bottom: auto;
|
||||
}
|
||||
.navigationSlider .slidingNav.slidingNavActive {
|
||||
|
|
|
|||
Loading…
Reference in New Issue