Skip to content

Commit

Permalink
Update sticky section (WordPress#51274)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster authored and sethrubenstein committed Jul 13, 2023
1 parent 2b40dd9 commit 16a5b8f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
}

.edit-site-sidebar-navigation-screen__content {
margin: 0 0 $grid-unit-20 0;
color: $gray-400;
padding: 0 $grid-unit-20;
.components-item-group {
Expand Down Expand Up @@ -88,9 +87,10 @@
bottom: 0;
background-color: $gray-900;
gap: 0;
padding: $grid-unit-40 0;
margin: $grid-unit-40 $grid-unit-20;
padding: $grid-unit-20 0;
margin: $grid-unit-20 0 0;
border-top: 1px solid $gray-800;
box-shadow: 0 #{-$grid-unit-10} $grid-unit-20 $gray-900;
}

.edit-site-sidebar-navigation-screen__footer {
Expand Down

0 comments on commit 16a5b8f

Please sign in to comment.