Docs: update template and css for control screenshots in the docs

This commit is contained in:
neofelis2X
2025-01-26 00:33:36 +01:00
parent 2b97171728
commit 51a92d613e
2 changed files with 44 additions and 13 deletions

View File

@@ -254,6 +254,36 @@ div.footer {
color: rgb(0,102,204);
}
.control-appearance-figures {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: end;
column-gap: 1.0em;
justify-content: space-around;
}
.appearance-figure {
margin: 0;
padding: 0;
max-width: 500px;
flex-shrink: 1;
}
.appearance-figure img {
max-height: 320px;
}
figcaption {
text-align: center;
text-align-last: center;
}
figcaption a.headerlink {
margin: 0;
padding: 0;
}
.floatleft {
position: relative;
float:left;