UX: allow msg select buttons to wrap (#31084)

Before
![CleanShot 2025-01-31 at 13 47
32@2x](https://github.com/user-attachments/assets/b23ead7a-0d2d-4e37-b7dd-89fc7e60959b)

After
![CleanShot 2025-01-31 at 13 47
51@2x](https://github.com/user-attachments/assets/633984f7-c989-4f82-ac31-91ef9f7acc30)
This commit is contained in:
chapoi 2025-02-01 10:41:39 +08:00 committed by GitHub
parent 5e178f9c7b
commit 58f75ed205
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,6 +10,7 @@
&__buttons {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
.chat-drawer-content & {