mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-01 22:29:44 +08:00
style: modify the style of community item (#3143)
(cherry picked from commit b2fed03f30)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user