Skip to content

Commit

Permalink
Fixed CSS issue + tooltip text
Browse files Browse the repository at this point in the history
  • Loading branch information
KingRain committed Nov 13, 2024
1 parent c9097a2 commit fe74702
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/_reactions-menu.scss
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
@use 'sass:math';

.reactions-menu {
width: 280px;
width: 330px;
background: #242528;
box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.6), 0px 0px 4px 1px rgba(0, 0, 0, 0.25);
border-radius: 6px;
padding: 16px;

&.with-gif {
width: 328px;
width: 380px;

.reactions-row .toolbox-button:last-of-type {
top: 3px;
Expand Down
2 changes: 2 additions & 0 deletions lang/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -1336,6 +1336,7 @@
"lobbyButtonEnable": "Enable lobby mode",
"login": "Log-in",
"logout": "Log-out",
"love": "Heart",
"lowerYourHand": "Lower your hand",
"moreActions": "More actions",
"moreOptions": "More options",
Expand All @@ -1361,6 +1362,7 @@
"raiseYourHand": "Raise your hand",
"reactionBoo": "Send boo reaction",
"reactionClap": "Send clap reaction",
"reactionHeart": "Send heart reaction",
"reactionLaugh": "Send laugh reaction",
"reactionLike": "Send thumbs up reaction",
"reactionSilence": "Send silence reaction",
Expand Down

0 comments on commit fe74702

Please sign in to comment.