Skip to content

Commit

Permalink
Merge branch 'trunk' into fix/template-title-alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster committed Aug 2, 2023
2 parents baf2574 + a6d6b9c commit 7e0d78b
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.edit-site-document-actions {
display: flex;
align-items: center;
gap: $grid-unit;
height: $button-size;
justify-content: space-between;
// Flex items will, by default, refuse to shrink below a minimum
Expand All @@ -10,7 +9,7 @@
// See https://dev.w3.org/csswg/css-flexbox/#min-size-auto
min-width: 0;
background: $gray-100;
border-radius: 4px;
border-radius: $grid-unit-05;
width: min(100%, 450px);

// Make the document title shorter in top-toolbar mode, as it has to be covered.
Expand All @@ -23,6 +22,8 @@
}

.components-button {
border-radius: $grid-unit-05;

&:hover {
color: var(--wp-block-synced-color);
background: $gray-200;
Expand Down

0 comments on commit 7e0d78b

Please sign in to comment.