1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-11-29 23:58:34 +01:00

Compare commits

..

No commits in common. "7b2306f58f5270bcd346636b54130597f09c521b" and "6be4143331bd718ce6b61797324bd370e9f5eca3" have entirely different histories.

2 changed files with 30 additions and 3 deletions

View file

@ -377,7 +377,7 @@ blockquote {
height: 20px;
}
.switch input {
.switch input {
opacity: 0;
width: 0;
height: 0;
@ -441,3 +441,30 @@ 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;
}
}

View file

@ -1,5 +1,5 @@
#addin nuget:?package=Cake.DocFx&version=1.0.0
#tool dotnet:?package=docfx&version=2.61.0
#addin Cake.DocFx&version=1.0.0
#tool docfx.console&version=2.59.4
// this is the upcoming version, for prereleases
var version = Argument("version", "6.2.0");