Allow to select big emojis as text
This commit is contained in:
parent
ffc7b6ff49
commit
24c1a4af23
@ -504,7 +504,6 @@ $bubble-beside-button-width: 38px;
|
|||||||
|
|
||||||
.bubble-content {
|
.bubble-content {
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
user-select: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&:not(.sticker) .attachment {
|
&:not(.sticker) .attachment {
|
||||||
@ -512,16 +511,19 @@ $bubble-beside-button-width: 38px;
|
|||||||
padding-bottom: 1.5rem;
|
padding-bottom: 1.5rem;
|
||||||
//max-width: fit-content!important;
|
//max-width: fit-content!important;
|
||||||
max-height: fit-content!important;
|
max-height: fit-content!important;
|
||||||
|
cursor: text;
|
||||||
|
user-select: text;
|
||||||
|
|
||||||
span.emoji {
|
span.emoji {
|
||||||
height: auto;
|
height: auto;
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.sticker .bubble-content {
|
&.sticker .bubble-content {
|
||||||
max-width: 140px !important;
|
max-width: 140px !important;
|
||||||
max-height: 140px !important;
|
max-height: 140px !important;
|
||||||
|
user-select: none !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -554,7 +556,7 @@ $bubble-beside-button-width: 38px;
|
|||||||
|
|
||||||
&.just-media {
|
&.just-media {
|
||||||
.bubble-content {
|
.bubble-content {
|
||||||
cursor: pointer;
|
// cursor: pointer;
|
||||||
background: none!important;
|
background: none!important;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
/* max-width: 300px;
|
/* max-width: 300px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user