Skip to content

Commit

Permalink
Address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster committed May 23, 2024
1 parent b17ba83 commit 4145fe6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 5 additions & 4 deletions packages/dataviews/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
&,
&:hover {
opacity: 0;
padding: 0;
}

&:focus {
Expand All @@ -48,7 +47,7 @@
bottom: 0;
left: 0;
background-color: $white;
padding: $grid-unit-20 $grid-unit-60;
padding: $grid-unit-15 $grid-unit-60;
border-top: $border-width solid $gray-100;
color: $gray-700;
flex-shrink: 0;
Expand Down Expand Up @@ -821,7 +820,7 @@
@container (max-width: 430px) {
.dataviews-pagination,
.dataviews-filters__view-actions {
padding: $grid-unit-20 $grid-unit-30;
padding: $grid-unit-15 $grid-unit-30;
}

.dataviews-filters__view-actions {
Expand All @@ -842,7 +841,9 @@
padding-right: $grid-unit-30;
}

.dataviews-view-grid {
.dataviews-view-grid,
.dataviews-no-results,
.dataviews-loading {
padding-left: $grid-unit-30;
padding-right: $grid-unit-30;
}
Expand Down
2 changes: 2 additions & 0 deletions packages/edit-site/src/components/page-patterns/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@
top: 0;
z-index: 2;
flex-shrink: 0;
transition: padding ease-out 0.1s;
@include reduce-motion("transition");
}

.edit-site-patterns__pattern-title {
Expand Down

0 comments on commit 4145fe6

Please sign in to comment.