Skip to content

Commit

Permalink
Merge pull request #350 from conversionxl/raphael/fix/blog/broken-mob…
Browse files Browse the repository at this point in the history
…ile-layout
  • Loading branch information
pawelkmpt authored Oct 26, 2023
2 parents c8ffada + cf50b1a commit 34af6a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/cxl-ui/src/components/cxl-app-layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ export class CXLAppLayoutElement extends LitElement {
@property({ type: Boolean, reflect: true })
wide;

// @TODO: Improve media query using shared state, possibly @lit/Context (https://lit.dev/docs/data/context/)
// Device Detector media query.
_wideMediaQuery = '(min-width: 420px)';
_wideMediaQuery = '(min-width: 528px)';

static get styles() {
return [cxlAppLayoutStyles];
Expand Down

0 comments on commit 34af6a3

Please sign in to comment.