@youtyan/code-viewer 0.6.9 → 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/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);