Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
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: end;
+
             align-items: start;
 
         }
 
         }
  
Line 454: Line 454:
  
 
                 // add subfunctions  
 
                 // add subfunctions  
                 if (index < 3) {
+
                 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 12:05, 17 November 2022

Development verstion of the DCT List.
Not ready for production!