anentrypoint-design 0.0.38 → 0.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.
package/dist/247420.css CHANGED
@@ -2203,4 +2203,23 @@
2203
2203
  max-height: 70vh;
2204
2204
  }
2205
2205
  .ds-247420 .ds-preview-code code, .ds-247420 .ds-preview-text code { background: transparent; padding: 0; font-size: inherit; }
2206
+
2207
+ /* Large-screen responsive layout */
2208
+ @media (min-width: 1280px) {
2209
+ .ds-247420 .app-body { grid-template-columns: 300px 1fr; }
2210
+ .ds-247420 .app-topbar { padding: 0 32px; }
2211
+ .ds-247420 .app-main { padding: 24px 40px 96px 40px; }
2212
+ }
2213
+
2214
+ @media (min-width: 1600px) {
2215
+ .ds-247420 .app { max-width: 1600px; margin: 0 auto; }
2216
+ .ds-247420 .app-body { grid-template-columns: 320px 1fr; }
2217
+ .ds-247420 .app-topbar { padding: 0 40px; }
2218
+ .ds-247420 .app-main { padding: 32px 56px 96px 56px; }
2219
+ }
2220
+
2221
+ @media (min-width: 1920px) {
2222
+ .ds-247420 .app { max-width: 1920px; }
2223
+ .ds-247420 .app-body { grid-template-columns: 360px 1fr; }
2224
+ }
2206
2225
  .ds-247420 .ds-preview-truncated { color: var(--panel-text-3); font-style: italic; padding: var(--space-2) 0 0 0; }