Skip to content

Commit

Permalink
Issue #95: Pager adjustments.
Browse files Browse the repository at this point in the history
Fixes #95.
  • Loading branch information
laryn committed Jan 10, 2024
1 parent c4eb150 commit f911997
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dist/css/base/gin.css
Original file line number Diff line number Diff line change
Expand Up @@ -6082,6 +6082,10 @@ fieldset.vbo-fieldset-select-all > .fieldset-wrapper {
opacity: .5;
}

.item-list .pager li {
display: inline-block;
}

.layout-editor-block {
box-shadow: var(--gin-shadow-l1);
border-radius: var(--gin-border-m);
Expand Down
8 changes: 8 additions & 0 deletions styles/base/_backdrop-overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -685,3 +685,11 @@ fieldset.vbo-fieldset-select-all {
}
}
}

.item-list {
.pager {
li {
display: inline-block;
}
}
}

0 comments on commit f911997

Please sign in to comment.