Skip to content
Snippets Groups Projects
Commit b94645bf authored by Kevin Paxman's avatar Kevin Paxman
Browse files

Merge branch 'feature/ISTWCMS-6204-m26lebla-BibCite-publication-paginator-fix' into '1.0.x'

ISTWCMS-6204: Remove the grid-row assignment on view-pager to to allow natural flow

See merge request !86
parents 44d8c4ad a27c1f15
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;
}
&-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;
......@@ -93,7 +91,6 @@ $sidebar-width: 18.75rem;
&-pager{
align-self: flex-end;
grid-column: 1 / 2;
grid-row: 2 / 3;
margin-bottom: var(--grid-gap);
margin-top: var(--grid-gap);
width: 100%;
......@@ -128,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;
......@@ -164,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;
}
}
}
......
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