We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc0fbba commit 423fc0dCopy full SHA for 423fc0d
llmstack/client/src/components/store/PinnedPosts.jsx
@@ -99,7 +99,7 @@ const PinnedPosts = ({ username }) => {
99
const handleResize = () => {
100
if (containerRef.current) {
101
const width = containerRef.current.clientWidth;
102
- const newCols = Math.floor(width / 280);
+ const newCols = Math.floor(width / 220);
103
setCols(newCols);
104
}
105
};
0 commit comments