1
0
Fork 0
mirror of synced 2024-07-18 20:56:04 +12:00

Update menu width

This commit is contained in:
Andrew Kingston 2023-03-09 17:54:52 +00:00
parent 7f263e9870
commit b540427030

View file

@ -67,7 +67,7 @@
position: absolute;
background: var(--cell-background);
border: var(--cell-border);
width: 160px;
width: 180px;
border-radius: 4px;
display: flex;
flex-direction: column;