style: modify the style of community item (#3143)

(cherry picked from commit b2fed03f30)
This commit is contained in:
JimmFly
2023-07-11 14:44:06 +08:00
committed by Alex Yang
parent 74e6fd8d4a
commit 0c66780fda
4 changed files with 30 additions and 30 deletions
@@ -23,9 +23,8 @@ globalStyle(`${link} .icon`, {
export const communityWrapper = style({
display: 'grid',
justifyContent: 'space-between',
gridTemplateColumns: 'repeat(auto-fill, 70px)',
gridGap: '6px',
gridTemplateColumns: '15% 15% 15% 15% 15% 15%',
gap: '2%',
});
export const communityItem = style({
borderRadius: '8px',