Skip to content

Commit

Permalink
fix(blocks): optimize ai panel
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Apr 18, 2024
1 parent 7f3196b commit f779411
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/blocks/src/root-block/widgets/ai-panel/ai-panel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export class AffineAIPanelWidget extends WidgetElement {
static override styles = css`
:host {
display: flex;
width: 100%;
flex-direction: column;
justify-content: center;
align-items: flex-start;
Expand All @@ -74,7 +73,7 @@ export class AffineAIPanelWidget extends WidgetElement {
gap: 8px;
width: 630px;
width: 450px;
position: absolute;
top: 0;
left: 0;
Expand Down

0 comments on commit f779411

Please sign in to comment.