mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-27 02:42:25 +08:00
feat(editor): inner toolbar layout for block (#11243)
Close [BS-2808](https://linear.app/affine-design/issue/BS-2808/组件内-toolbar-重构)
This commit is contained in:
@@ -46,12 +46,8 @@ export class EdgelessTemplatePanel extends WithDisposable(LitElement) {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.edgeless-templates-panel[data-app-theme='light'] {
|
||||
${unsafeCSS(lightToolbarStyles.join('\n'))}
|
||||
}
|
||||
.edgeless-templates-panel[data-app-theme='dark'] {
|
||||
${unsafeCSS(darkToolbarStyles.join('\n'))}
|
||||
}
|
||||
${unsafeCSS(lightToolbarStyles('.edgeless-templates-panel'))}
|
||||
${unsafeCSS(darkToolbarStyles('.edgeless-templates-panel'))}
|
||||
|
||||
.search-bar {
|
||||
padding: 21px 24px;
|
||||
|
||||
Reference in New Issue
Block a user