mirror of
https://github.com/danbulant/api_docs
synced 2026-06-19 22:31:47 +00:00
Fix bug where -margin wasn't properly respected even if search was off
This commit is contained in:
parent
6831223f50
commit
08cf3dc5c2
1 changed files with 2 additions and 2 deletions
|
|
@ -110,7 +110,7 @@ html, body {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
img+.tocify {
|
img+.tocify, .lang-selector+.tocify {
|
||||||
margin-top: $logo-margin;
|
margin-top: $logo-margin;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -624,4 +624,4 @@ html, body {
|
||||||
|
|
||||||
.highlight, .highlight .w {
|
.highlight, .highlight .w {
|
||||||
background-color: $code-bg;
|
background-color: $code-bg;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue