Skip to content

Commit

Permalink
Change css for when hiding the flyout to simply hide the flyoutHeader…
Browse files Browse the repository at this point in the history
… so we're not relying on its right border. Will send separate Minecraft repo change to add border to the workspaceHeader instead.
  • Loading branch information
thsparks committed Oct 15, 2024
1 parent 068be00 commit 63bf49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/tutorial.less
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ code.lang-filterblocks {
}

.hideToolbox #headers #flyoutHeader {
border-right: none;
display: none;
}

/*******************************
Expand Down

0 comments on commit 63bf49d

Please sign in to comment.