Skip to content

Commit 16a5b8f

Browse files
jameskostersethrubenstein
authored andcommitted
Update sticky section (WordPress#51274)
1 parent 2b40dd9 commit 16a5b8f

File tree

1 file changed

+3
-3
lines changed
  • packages/edit-site/src/components/sidebar-navigation-screen

1 file changed

+3
-3
lines changed

packages/edit-site/src/components/sidebar-navigation-screen/style.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
}
1313

1414
.edit-site-sidebar-navigation-screen__content {
15-
margin: 0 0 $grid-unit-20 0;
1615
color: $gray-400;
1716
padding: 0 $grid-unit-20;
1817
.components-item-group {
@@ -88,9 +87,10 @@
8887
bottom: 0;
8988
background-color: $gray-900;
9089
gap: 0;
91-
padding: $grid-unit-40 0;
92-
margin: $grid-unit-40 $grid-unit-20;
90+
padding: $grid-unit-20 0;
91+
margin: $grid-unit-20 0 0;
9392
border-top: 1px solid $gray-800;
93+
box-shadow: 0 #{-$grid-unit-10} $grid-unit-20 $gray-900;
9494
}
9595

9696
.edit-site-sidebar-navigation-screen__footer {

0 commit comments

Comments
 (0)