feat(editor): update code block ui (#12254)

<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit

- **New Features**
  - Updated the code block toolbar to use a toggle switch for the "wrap" option, providing a more interactive user experience.

- **Style**
  - Adjusted the height of the language selection button for consistent appearance.
  - Refined code block container padding and increased spacing for line numbers to improve readability.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
Flrande
2025-05-14 07:19:09 +00:00
parent fa3b08274c
commit 6358249aea
3 changed files with 25 additions and 12 deletions
@@ -24,6 +24,7 @@ export class LanguageListButton extends WithDisposable(
display: flex;
gap: 4px;
padding: 2px 4px;
height: 28px;
}
.lang-button:hover {