Skip to content

Commit 334cee6

Browse files
Add spacing below category description in Browse Library
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 83e1a81 commit 334cee6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webapp/js/library-ui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function renderFilterChips(data) {
9494
descDiv = document.createElement('div');
9595
descDiv.id = 'library-category-desc';
9696
descDiv.style.cssText =
97-
'margin-top:0.5rem;margin-bottom:0.25rem;font-size:0.85rem;color:#555;' +
97+
'margin-top:0.5rem;margin-bottom:0.75rem;font-size:0.85rem;color:#555;' +
9898
'line-height:1.5;display:none;';
9999
container.parentNode.insertBefore(descDiv, container.nextSibling);
100100
}

0 commit comments

Comments
 (0)