File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ export const App = () => {
8585 < div
8686 className = { clsx (
8787 'layoutLayers' ,
88- layout === 'cards' ? 'cardsLayout hideScrollBar' : 'gridLayout scrollable '
88+ layout === 'cards' ? 'cardsLayout hideScrollBar' : 'gridLayout'
8989 ) } >
9090 { isDNDModeActive ( ) && < DNDLayout /> }
9191 < AppContentLayout />
Original file line number Diff line number Diff line change @@ -1244,8 +1244,6 @@ Producthunt item
12441244 }
12451245
12461246 .layoutLayers .gridLayout {
1247- margin-left : 1% ;
1248- padding-right : 1% ;
12491247 margin-top : 1% ;
12501248 box-shadow : 0px -10px 20px -15px var (--card-border-color );
12511249 }
Original file line number Diff line number Diff line change 66 grid-template-columns : repeat (3 , 1fr );
77 scroll-margin-top : 12px ;
88 gap : 16px ;
9+ margin-left : 1% ;
10+ padding-right : 1% ;
911
1012 @media (max-width : 768px ) {
1113 display : flex;
You can’t perform that action at this time.
0 commit comments