admin: Handle resolution.md display

This commit is contained in:
nemunaire 2022-05-24 13:32:02 +02:00
parent 4a190f51c5
commit 3bf0fc69ee
4 changed files with 13 additions and 6 deletions

View file

@ -61,6 +61,9 @@ const indextpl = `<!DOCTYPE html>
text-align: left;
text-overflow: ellipsis;
}
.col img {
max-width: 100%;
}
</style>
<base href="{{.urlbase}}">
<script src="js/d3.v3.min.js"></script>