@rogieking/figui3 6.40.0 → 6.40.1

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/components.css CHANGED
@@ -3579,10 +3579,14 @@ fig-content {
3579
3579
  }
3580
3580
  }
3581
3581
 
3582
- fig-content[padding]:not([padding="false"]) {
3582
+ fig-content[padding]:not([padding="false"]):not(:empty) {
3583
3583
  padding-inline: var(--spacer-3);
3584
3584
  }
3585
3585
 
3586
+ fig-content:empty {
3587
+ padding: 0;
3588
+ }
3589
+
3586
3590
  vstack,
3587
3591
  .vstack,
3588
3592
  [vstack] {
@@ -5098,7 +5102,7 @@ fig-chooser {
5098
5102
  }
5099
5103
 
5100
5104
  &[full]:not([full="false"]) {
5101
- width: 100%;
5105
+ width: calc(100% - var(--fig-chooser-inline-margin) * 2);
5102
5106
  }
5103
5107
 
5104
5108
  &[disabled]:not([disabled="false"]) {