Skip to content

Commit

Permalink
#291 Fix voice button scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
TakosThings committed May 7, 2024
1 parent e5a0ad8 commit 9eca257
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modules/main/voice/_voice.scss
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,9 @@
&.contextMenuContainer__7fb37{
margin: 0 4px;
display: flex;
svg{
.svg_bb7847 {
width: 72px !important; // Force width
transform: scale(1.75, 1.75) translate(0, 7px) !important; // This is a hack to get around a viewBox property which causes the button to scale
}
foreignObject{
mask: none;
Expand Down

0 comments on commit 9eca257

Please sign in to comment.