prime-ui-kit 0.4.1 → 0.5.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.
@@ -70,6 +70,15 @@
70
70
  margin: 0;
71
71
  background: transparent;
72
72
  }
73
+ .AppShell_layoutMainInset2 {
74
+ box-sizing: border-box;
75
+ flex: 1 1 auto;
76
+ min-height: 0;
77
+ min-width: 0;
78
+ width: 100%;
79
+ padding-block: var(--prime-sys-spacing-x6);
80
+ padding-inline: var(--prime-sys-spacing-x6);
81
+ }
73
82
  @media (min-width: 48rem) {
74
83
  .AppShell_layoutRoot2[data-layout-template=app]:has([data-sidebar-root=true][data-state=expanded], [data-sidebar-root=true][data-state=compact]) {
75
84
  column-gap: var(--prime-sys-spacing-x3);
@@ -7072,8 +7081,7 @@
7072
7081
  box-sizing: border-box;
7073
7082
  width: 100%;
7074
7083
  margin: 0 auto;
7075
- padding-block: var(--prime-sys-spacing-5xl);
7076
- padding-inline: var(--prime-sys-spacing-4xl);
7084
+ padding: 0;
7077
7085
  }
7078
7086
  .PageContent_root2[data-max-width=readable] {
7079
7087
  max-width: var(--prime-sys-unit-48rem);