@youtyan/code-viewer 0.2.3 → 0.2.4

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
@@ -5600,6 +5600,9 @@ body[data-sidebar-font-size="xlarge"] .db-container {
5600
5600
  }
5601
5601
 
5602
5602
  .db-toolbar {
5603
+ display: flex;
5604
+ flex-direction: column;
5605
+ gap: 6px;
5603
5606
  padding: 8px;
5604
5607
  border-bottom: 1px solid var(--border);
5605
5608
  }