Merge branch 'develop' into 'feat/user-popovers'

# Conflicts:
#   src/components/user_card/user_card.vue
This commit is contained in:
Shpuld Shpludson 2020-08-27 12:03:05 +00:00
commit 6b9ce950c8
3 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@
.chat-message-wrapper { .chat-message-wrapper {
&.hovered-message-chain { &.hovered-message-chain {
.animated.avatar { .animated.Avatar {
canvas { canvas {
display: none; display: none;
} }

View File

@ -39,7 +39,7 @@
word-wrap: break-word; word-wrap: break-word;
word-break: break-word; word-break: break-word;
&:hover .animated.avatar { &:hover .animated.Avatar {
canvas { canvas {
display: none; display: none;
} }

View File

@ -96,6 +96,7 @@
align-items: center; align-items: center;
padding: 0.1em 0.25em; padding: 0.1em 0.25em;
z-index: 1; z-index: 1;
word-break: break-word;
} }
.result-percentage { .result-percentage {
width: 3.5em; width: 3.5em;