Skip to content

Commit

Permalink
tweak the position of the top toolbar for when icon labels are on
Browse files Browse the repository at this point in the history
  • Loading branch information
draganescu committed Apr 18, 2023
1 parent da57ec0 commit 5356b0a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/block-editor/src/components/block-tools/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,14 @@
left: $grid-unit * 36;
}
}

.auto-fold.is-fullscreen-mode .show-icon-labels & {
left: $grid-unit-80 * 2;
&.is-collapsed {
left: $grid-unit * 48;
}
}

}
}

Expand Down

0 comments on commit 5356b0a

Please sign in to comment.