@copilotz/chat-ui 0.9.11 → 0.9.12
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/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/styles.css +10 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -2600,6 +2600,11 @@
|
|
|
2600
2600
|
width: calc(var(--sidebar-width-icon) + (calc(var(--spacing) * 4)) + 2px);
|
|
2601
2601
|
}
|
|
2602
2602
|
}
|
|
2603
|
+
.group-data-\[collapsible\=icon\]\:items-center {
|
|
2604
|
+
&:is(:where(.group)[data-collapsible="icon"] *) {
|
|
2605
|
+
align-items: center;
|
|
2606
|
+
}
|
|
2607
|
+
}
|
|
2603
2608
|
.group-data-\[collapsible\=icon\]\:justify-center {
|
|
2604
2609
|
&:is(:where(.group)[data-collapsible="icon"] *) {
|
|
2605
2610
|
justify-content: center;
|
|
@@ -2620,6 +2625,11 @@
|
|
|
2620
2625
|
padding: calc(var(--spacing) * 2) !important;
|
|
2621
2626
|
}
|
|
2622
2627
|
}
|
|
2628
|
+
.group-data-\[collapsible\=icon\]\:px-0 {
|
|
2629
|
+
&:is(:where(.group)[data-collapsible="icon"] *) {
|
|
2630
|
+
padding-inline: calc(var(--spacing) * 0);
|
|
2631
|
+
}
|
|
2632
|
+
}
|
|
2623
2633
|
.group-data-\[collapsible\=icon\]\:opacity-0 {
|
|
2624
2634
|
&:is(:where(.group)[data-collapsible="icon"] *) {
|
|
2625
2635
|
opacity: 0%;
|