[enh] themes: display the engine descriptions

This commit is contained in:
Alexandre Flament 2021-09-18 11:01:39 +02:00
parent bfd24d1226
commit 2f1384f198
7 changed files with 71 additions and 4 deletions

View file

@ -108,6 +108,18 @@
width: 100%;
}
}
th.name {
.engine-tooltip {
margin-top: 1.8rem;
left: 20rem;
max-width: 40rem;
.engine-description {
margin-top: 0.5rem;
}
}
}
}
@media screen and (max-width: 75em) {