ui: chat sidebar ui

This commit is contained in:
2024-03-25 18:00:39 +08:00
parent ca05296317
commit ef1ef50fd5
11 changed files with 212 additions and 18 deletions

View File

@@ -12,6 +12,10 @@ export default <Partial<Config>>{
square: '1 / 1',
video: '16 / 9',
},
boxShadow: {
card: '0 2px 4px 0 rgba(0, 0, 0, .05)',
sidebar: 'inset -2px 0 2px 0 rgba(0, 0, 0, .05)',
}
},
},
}