feat: improve copilot (#2758)
This commit is contained in:
15
plugins/copilot/src/UI/index.css.ts
Normal file
15
plugins/copilot/src/UI/index.css.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import { style } from '@vanilla-extract/css';
|
||||
|
||||
export const detailContentStyle = style({
|
||||
backgroundColor: 'rgba(0, 0, 0, 0.04)',
|
||||
height: '100%',
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
|
||||
overflow: 'auto',
|
||||
|
||||
paddingLeft: '9px',
|
||||
paddingRight: '9px',
|
||||
});
|
||||
|
||||
export const detailContentActionsStyle = style({});
|
||||
Reference in New Issue
Block a user