Widget: DCTList: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 138: | Line 138: | ||
grid-template-columns: repeat(auto-fit, minmax(14em, 1fr)); | grid-template-columns: repeat(auto-fit, minmax(14em, 1fr)); | ||
gap: 1em 1em; | gap: 1em 1em; | ||
align-items: | align-items: start; | ||
} | } | ||
Line 454: | Line 454: | ||
// add subfunctions | // add subfunctions | ||
if (index < | if (index < 4) { | ||
funcFilterHtml += '<div class="subfunc-filter">'; | funcFilterHtml += '<div class="subfunc-filter">'; | ||
for (const func of fnInfo.functions) { | for (const func of fnInfo.functions) { |
Revision as of 11:05, 17 November 2022
Development verstion of the DCT List.
Not ready for production!