Skip to content

Commit

Permalink
#282 Fix bottom button clipping
Browse files Browse the repository at this point in the history
  • Loading branch information
TakosThings committed Mar 28, 2024
1 parent 084986b commit 0176293
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/modules/main/voice/_voice.scss
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,10 @@
&.contextMenuContainer__7fb37{
margin: 0 4px;
display: flex;
svg{
width: 72px !important; // Force width
}
foreignObject{
width: 64px !important; // Force width
mask: none;
}
.button__581d0{
Expand Down

0 comments on commit 0176293

Please sign in to comment.