Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the document title in the site editor to open the command tool #50369

Merged
merged 10 commits into from
May 19, 2023
Prev Previous commit
Next Next commit
Update the min width
  • Loading branch information
youknowriad committed May 16, 2023
commit 08e72b8e0e875266db3952bc9d52989ea2018f84
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
min-width: 0;
background: $gray-100;
border-radius: 4px;
width: min(100%, 300px);
width: min(100%, 450px);

&:has(.edit-site-document-actions__title:hover) {
background: $gray-200;