diff --git a/Docs/templates/darkfx/styles/main.css b/Docs/templates/darkfx/styles/main.css index 078adc7..8735586 100644 --- a/Docs/templates/darkfx/styles/main.css +++ b/Docs/templates/darkfx/styles/main.css @@ -377,7 +377,7 @@ blockquote { height: 20px; } -.switch input { +.switch input { opacity: 0; width: 0; height: 0; @@ -441,30 +441,3 @@ input:checked + .slider:before { padding-left: 7px; vertical-align: middle; } - -@media (min-width: 1600px) { - .container { - width: 100%; - } - .sidefilter { - width: 18%; - } - .sidetoc { - width: 18%; - } - .article.grid-right { - margin-left: 19%; - } - .sideaffix { - width: 11.5%; - } - .affix ul>li.active>a { - white-space: initial; - } - .affix ul>li>a { - width: 99%; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; - } -} \ No newline at end of file diff --git a/build.cake b/build.cake index bf28a7a..c8da4e8 100644 --- a/build.cake +++ b/build.cake @@ -1,5 +1,5 @@ #addin Cake.DocFx&version=1.0.0 -#tool docfx.console&version=2.59.4 +#tool docfx&version=2.61.0 // this is the upcoming version, for prereleases var version = Argument("version", "6.2.0");