mirror of
https://github.com/danbulant/api_docs
synced 2026-06-20 06:41:40 +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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue