Skip to content
Snippets Groups Projects
Commit a27c1f15 authored by Martin Leblanc's avatar Martin Leblanc
Browse files

ISTWCMS-6204: Reflow grid view pager to natural order, assign row 1/4 to filters

parent a88fbd0d
No related branches found
No related tags found
1 merge request!86ISTWCMS-6204: Remove the grid-row assignment on view-pager to to allow natural flow
...@@ -73,7 +73,6 @@ $sidebar-width: 18.75rem; ...@@ -73,7 +73,6 @@ $sidebar-width: 18.75rem;
} }
&-content { &-content {
grid-column: 1 / 2; grid-column: 1 / 2;
grid-row: 2 / 3;
width: 100%; width: 100%;
.views-row{ .views-row{
width: 100%; width: 100%;
...@@ -81,7 +80,6 @@ $sidebar-width: 18.75rem; ...@@ -81,7 +80,6 @@ $sidebar-width: 18.75rem;
} }
&-content--message { &-content--message {
grid-column: 1 / 2; grid-column: 1 / 2;
grid-row: 2 / 3;
margin: 0; margin: 0;
position: relative; position: relative;
z-index: 2; z-index: 2;
...@@ -127,14 +125,13 @@ $sidebar-width: 18.75rem; ...@@ -127,14 +125,13 @@ $sidebar-width: 18.75rem;
overflow: hidden; overflow: hidden;
width: 0; width: 0;
@media(min-width: $screen-lg) { @media(min-width: $screen-lg) {
grid-row: 2 / 4; grid-row: 1 / 4;
height: inherit; height: inherit;
overflow: hidden; overflow: hidden;
width: inherit; width: inherit;
} }
&:target { &:target {
grid-column: 1 / 2; grid-column: 1 / 2;
grid-row: 1 / 2;
height: 100%; height: 100%;
margin-top: -3.5rem; margin-top: -3.5rem;
overflow: inherit; overflow: inherit;
...@@ -163,12 +160,10 @@ $sidebar-width: 18.75rem; ...@@ -163,12 +160,10 @@ $sidebar-width: 18.75rem;
@include uw-flex-grid(); @include uw-flex-grid();
align-self: flex-start; align-self: flex-start;
grid-column: 1 / 2; grid-column: 1 / 2;
grid-row: 1 / 2;
&--message{ &--message{
align-self: flex-start; align-self: flex-start;
display: block; display: block;
grid-column: 1 / 2; grid-column: 1 / 2;
grid-row: 1 / 2;
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment