@youtyan/code-viewer 0.6.8 → 0.6.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -2
- package/dist/code-viewer.js +792 -183
- package/package.json +1 -1
- package/skills/code-viewer-query/SKILL.md +3 -1
- package/web/app.js +302 -121
- package/web/style.css +3 -0
package/web/style.css
CHANGED
|
@@ -11412,6 +11412,9 @@ body.db-resizing {
|
|
|
11412
11412
|
padding: 32px 16px;
|
|
11413
11413
|
text-align: center;
|
|
11414
11414
|
}
|
|
11415
|
+
.db-pane-empty[hidden] {
|
|
11416
|
+
display: none;
|
|
11417
|
+
}
|
|
11415
11418
|
.db-pane-empty-icon {
|
|
11416
11419
|
display: flex;
|
|
11417
11420
|
color: var(--fg-subtle);
|