Skip to content

Commit

Permalink
fix: Show icon for custom controls on mobile phone screen sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasnetau committed Sep 11, 2023
1 parent 27abe22 commit 0f7a786
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/sass/_controls.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,17 @@
font-size: 30px;
}

& {
text-overflow: clip;
}

span {
display: none;
visibility: hidden;
span {
visibility: visible;
font-size: 30px;
width: auto !important;
}
}
}
}
Expand Down

0 comments on commit 0f7a786

Please sign in to comment.