mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-24 13:17:10 +08:00
@@ -0,0 +1,12 @@
|
||||
import { html } from 'lit';
|
||||
import { styleMap } from 'lit/directives/style-map.js';
|
||||
|
||||
export const EmbedGap = html`<span
|
||||
data-v-embed-gap="true"
|
||||
style=${styleMap({
|
||||
userSelect: 'text',
|
||||
padding: '0 0.5px',
|
||||
outline: 'none',
|
||||
})}
|
||||
><v-text></v-text
|
||||
></span>`;
|
||||
Reference in New Issue
Block a user