Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d0916e7b39 |
@@ -53,10 +53,7 @@
|
||||
}
|
||||
|
||||
targetList.classList.add('event-filter-target-list');
|
||||
|
||||
targetList.style.display = 'grid';
|
||||
targetList.style.gridTemplateColumns = 'repeat(auto-fill, minmax(240px, 1fr))';
|
||||
targetList.style.gap = '1rem';
|
||||
targetList.classList.add('grid');
|
||||
};
|
||||
|
||||
if (!list) {
|
||||
|
||||
Reference in New Issue
Block a user