diff --git a/ui/pages/routes/routes.component.tsx b/ui/pages/routes/routes.component.tsx index 277d56632950..7c64c01b8ee1 100644 --- a/ui/pages/routes/routes.component.tsx +++ b/ui/pages/routes/routes.component.tsx @@ -730,14 +730,14 @@ export default function Routes() { component={Notifications} layout={RootLayout} /> - + {createV5CompatRoute(SnapList, { wrapper: AuthenticatedV5Compat, includeNavigate: true, includeLocation: true, })} - + {createV5CompatRoute(SnapView, { wrapper: AuthenticatedV5Compat, includeNavigate: true, diff --git a/ui/pages/snaps/snaps-list/index.scss b/ui/pages/snaps/snaps-list/index.scss index 4088af1d0b53..74c5de547d5e 100644 --- a/ui/pages/snaps/snaps-list/index.scss +++ b/ui/pages/snaps/snaps-list/index.scss @@ -2,9 +2,6 @@ .snaps { $height-screen-sm-max: 100%; - $width-screen-sm-min: 85vw; - $width-screen-md-min: 80vw; - $width-screen-lg-min: 62vw; // prevent overflow-x max-width: 100%; @@ -15,18 +12,6 @@ height: $height-screen-sm-max; } - @include design-system.screen-sm-min { - width: $width-screen-sm-min; - } - - @include design-system.screen-md-min { - width: $width-screen-md-min; - } - - @include design-system.screen-lg-min { - width: $width-screen-lg-min; - } - &__content { padding: 0; diff --git a/ui/pages/snaps/snaps-list/snap-list.js b/ui/pages/snaps/snaps-list/snap-list.js index f9c010fa24b6..9021b7b6617a 100644 --- a/ui/pages/snaps/snaps-list/snap-list.js +++ b/ui/pages/snaps/snaps-list/snap-list.js @@ -59,7 +59,7 @@ const SnapList = ({ navigate: navigateProp }) => { const snapUpdateMap = useSelector(getAllSnapAvailableUpdates); return ( -
+