1
0
mirror of https://github.com/spacebarchat/client.git synced 2024-11-22 02:12:38 +01:00

make context menus wider

This commit is contained in:
Puyodead1 2023-12-19 12:00:57 -05:00
parent 38fe07cbc4
commit aef02c6e99
No known key found for this signature in database
GPG Key ID: BA5F91AAEF68E5CE

View File

@ -9,6 +9,8 @@ export const ContextMenu = styled.div`
display: flex;
flex-direction: column;
padding: 6px 8px;
min-width: 200px;
max-width: 300px;
overflow: hidden;
border-radius: 4px;