Widget: DCTList: Difference between revisions

From LINKS Community Center
Jump to: navigation, search
Eschmidt (talk | contribs)
No edit summary
Eschmidt (talk | contribs)
No edit summary
Line 13: Line 13:
             color: var(--links-blue);
             color: var(--links-blue);
         }
         }
         #dct-filters { margin-bottom: 2em; }
         #dct-filters {  
            margin-bottom: 2em;  
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(10em, 1fr));
            gap: 1em 1em;
        }
         #dct-filters img { width: 2em; height: 2em; }
         #dct-filters img { width: 2em; height: 2em; }
         #dct-tabulator.tabulator { border: 0 none; background-color: transparent; font-size: 1.2em; }
         #dct-tabulator.tabulator { border: 0 none; background-color: transparent; font-size: 1.2em; }

Revision as of 16:05, 7 June 2022

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