mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-06 05:29:02 +00:00
update component stylesheet paths
This commit is contained in:
parent
b6b997ca23
commit
8afc70da95
@ -14,7 +14,7 @@
|
||||
|
||||
import { web } from '../../index.mjs';
|
||||
|
||||
web.loadStylesheet('api/components/corner-action.css');
|
||||
web.loadStylesheet('api/client/components/corner-action.css');
|
||||
|
||||
const $cornerButtonsContainer = web.html`<div id="enhancer--corner-actions"></div>`;
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
import { fmt, web, components, registry } from '../../index.mjs';
|
||||
|
||||
web.loadStylesheet('api/components/panel.css');
|
||||
web.loadStylesheet('api/client/components/panel.css');
|
||||
|
||||
const _views = [],
|
||||
svgExpand = web.raw`<svg viewBox="-1 -1 9 11">
|
||||
|
@ -14,7 +14,7 @@
|
||||
import { fmt, web } from '../../index.mjs';
|
||||
|
||||
const _$tooltip = web.html`<div id="enhancer--tooltip"></div>`;
|
||||
web.loadStylesheet('api/components/tooltip.css');
|
||||
web.loadStylesheet('api/client/components/tooltip.css');
|
||||
|
||||
/**
|
||||
* add a tooltip to show extra information on hover
|
||||
|
Loading…
Reference in New Issue
Block a user