@steedos-widgets/amis-object 6.10.8 → 6.10.9

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.
@@ -455,7 +455,7 @@ fieldset.antd-Collapse > legend{
455
455
  }
456
456
 
457
457
  :root, .antd-Nav-Menu {
458
-
458
+ --Menu-width--collapsed: 3rem;
459
459
  --Menu-light-fontColor: var(--Layout-light-fontColor);
460
460
  --Menu-light-fontColor-onHover: var(--link-color);
461
461
  --Menu-light-fontColor-onActive: var(--link-colorlink);
@@ -478,11 +478,19 @@ fieldset.antd-Collapse > legend{
478
478
  .antd-Nav-Menu-item {
479
479
  border-radius: 0.375rem;
480
480
  margin-top: 3px;
481
+ margin-left: 0.5rem;
481
482
  }
482
483
 
484
+ .antd-Nav-Menu-collapsed
485
+ .antd-Nav-Menu-item {
486
+ border-radius: 0;
487
+ margin-top: 0;
488
+ margin-left: 0rem;
489
+ }
483
490
 
484
491
  .antd-Nav-Menu-item-dragBar {
485
- left: -4px;
492
+ left: 0px;
493
+ height: 16px;
486
494
  }
487
495
 
488
496
  .steedos-app-service-edit .antd-Nav-Menu-inline .antd-Nav-Menu-item-active.antd-Nav-Menu-item-selected::before {
@@ -559,7 +567,6 @@ fieldset.antd-Collapse > legend{
559
567
  } */
560
568
  .antd-Nav-Menu .antd-Nav-Menu-submenu > .antd-Nav-Menu-submenu-title .antd-Nav-Menu-item-label {
561
569
  color: var(--Menu-light-fontColor);
562
- padding-left: 6px;
563
570
  }
564
571
  /*
565
572
  .antd-Nav-Menu .antd-Nav-Menu-submenu-selected > .antd-Nav-Menu-submenu-title .antd-Nav-Menu-item-label {
@@ -778,10 +785,6 @@ fieldset.antd-Collapse > legend{
778
785
  margin-left: 0px;
779
786
  margin-right: 0px
780
787
  }
781
- .mx-3 {
782
- margin-left: 0.75rem;
783
- margin-right: 0.75rem
784
- }
785
788
  .my-2 {
786
789
  margin-top: 0.5rem;
787
790
  margin-bottom: 0.5rem
@@ -963,9 +966,15 @@ fieldset.antd-Collapse > legend{
963
966
  .w-96 {
964
967
  width: 24rem
965
968
  }
969
+ .w-\[2\.5rem\] {
970
+ width: 2.5rem
971
+ }
966
972
  .w-\[240px\] {
967
973
  width: 240px
968
974
  }
975
+ .w-\[3rem\] {
976
+ width: 3rem
977
+ }
969
978
  .w-auto {
970
979
  width: auto
971
980
  }
@@ -1048,9 +1057,6 @@ fieldset.antd-Collapse > legend{
1048
1057
  .flex-nowrap {
1049
1058
  flex-wrap: nowrap
1050
1059
  }
1051
- .items-start {
1052
- align-items: flex-start
1053
- }
1054
1060
  .items-center {
1055
1061
  align-items: center
1056
1062
  }
@@ -1078,8 +1084,8 @@ fieldset.antd-Collapse > legend{
1078
1084
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
1079
1085
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)))
1080
1086
  }
1081
- .justify-self-start {
1082
- justify-self: start
1087
+ .justify-self-end {
1088
+ justify-self: end
1083
1089
  }
1084
1090
  .overflow-auto {
1085
1091
  overflow: auto