diff --git a/.changeset/silver-queens-juggle.md b/.changeset/silver-queens-juggle.md new file mode 100644 index 000000000..c17097e59 --- /dev/null +++ b/.changeset/silver-queens-juggle.md @@ -0,0 +1,5 @@ +--- +"saleor-dashboard": patch +--- + +Make Dashboard full width diff --git a/src/components/AppLayout/AppLayout.tsx b/src/components/AppLayout/AppLayout.tsx index 25fb56487..75c467ebb 100644 --- a/src/components/AppLayout/AppLayout.tsx +++ b/src/components/AppLayout/AppLayout.tsx @@ -63,11 +63,7 @@ const AppLayout: React.FC = ({ children }) => { visible={isNavigatorVisible} setVisibility={setNavigatorVisibility} /> - + {appState.loading && ( )} diff --git a/src/index.css b/src/index.css index c82d1f051..40abad87c 100644 --- a/src/index.css +++ b/src/index.css @@ -62,10 +62,3 @@ body { height: auto !important; } } - -@media screen and (min-width: 2048px) { - .big-desktop-max-width { - max-width: 1920px !important; - margin: 0 auto; - } -}