@steedos-widgets/amis-object 1.0.39 → 1.0.40

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.
@@ -595,6 +595,9 @@ body {
595
595
  .fill-slate-500 {
596
596
  fill: #64748b
597
597
  }
598
+ .fill-gray-500 {
599
+ fill: #6b7280
600
+ }
598
601
  .p-4 {
599
602
  padding: 1rem
600
603
  }
@@ -1048,8 +1051,10 @@ body.sidebar-open .sidebar-wrapper {
1048
1051
  body.sidebar #sidebar {
1049
1052
  margin-top: 50px;
1050
1053
  }
1051
- body.sidebar.sidebar-open #main {
1052
- margin-left: 220px;
1054
+ @media (min-width: 768px) {
1055
+ body.sidebar.sidebar-open #main {
1056
+ margin-left: 220px;
1057
+ }
1053
1058
  }
1054
1059
  @media (max-width: 768px) {
1055
1060
  body.sidebar.sidebar-open #sidebar {