Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG-nightly.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Fixed a user card crash
- Fixed an issue with the EventAPI connection closing on the first initialization
- Fixed an issue that prevented new chatters from appearing in autocompletion
- Fixed an issue which squished tooltips when hovering an emote on the far right side of chat
- Increased the default value for Message Batching from 150 to 250

### Version 3.0.13.1000
Expand Down
1 change: 1 addition & 0 deletions src/app/chat/EmoteTooltip.vue
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ if (props.emote.data?.owner?.style?.color) {

<style scoped lang="scss">
.seventv-tooltip {
width: max-content;
display: flex;
flex-direction: column;
align-items: center;
Expand Down