8000 Replace yank button with a drop down menu by eth3lbert · Pull Request #11366 · rust-lang/crates.io · GitHub
[go: up one dir, main page]

Skip to content

Replace yank button with a drop down menu #11366

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

Merged
merged 8 commits into from
Jun 18, 2025
Prev Previous commit
Next Next commit
VersionList::Row: Increase dropdown icon size
  • Loading branch information
Turbo87 committed Jun 18, 2025
commit 45a4066ad6d37368ca039a5869d100a9d1a3c5a3
2 changes: 1 addition & 1 deletion app/components/version-list/row.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
}

.icon {
width: 1.4em;
width: 2em;
height: auto;
}

Expand Down
0