From a27c1f150e6e967df87b5b301dd60da233fa7ace Mon Sep 17 00:00:00 2001 From: Martin Leblanc <m26lebla@uwaterloo.ca> Date: Mon, 27 Feb 2023 11:50:10 -0500 Subject: [PATCH] ISTWCMS-6204: Reflow grid view pager to natural order, assign row 1/4 to filters --- src/patterns/04-components/view/_view.scss | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/patterns/04-components/view/_view.scss b/src/patterns/04-components/view/_view.scss index 448bf2cc..c8c7ec50 100644 --- a/src/patterns/04-components/view/_view.scss +++ b/src/patterns/04-components/view/_view.scss @@ -73,7 +73,6 @@ $sidebar-width: 18.75rem; } &-content { grid-column: 1 / 2; - grid-row: 2 / 3; width: 100%; .views-row{ width: 100%; @@ -81,7 +80,6 @@ $sidebar-width: 18.75rem; } &-content--message { grid-column: 1 / 2; - grid-row: 2 / 3; margin: 0; position: relative; z-index: 2; @@ -127,14 +125,13 @@ $sidebar-width: 18.75rem; overflow: hidden; width: 0; @media(min-width: $screen-lg) { - grid-row: 2 / 4; + grid-row: 1 / 4; height: inherit; overflow: hidden; width: inherit; } &:target { grid-column: 1 / 2; - grid-row: 1 / 2; height: 100%; margin-top: -3.5rem; overflow: inherit; @@ -163,12 +160,10 @@ $sidebar-width: 18.75rem; @include uw-flex-grid(); align-self: flex-start; grid-column: 1 / 2; - grid-row: 1 / 2; &--message{ align-self: flex-start; display: block; grid-column: 1 / 2; - grid-row: 1 / 2; } } } -- GitLab