|
|
@ -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,6 +511,8 @@ $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; |
|
|
@ -522,6 +523,7 @@ $bubble-beside-button-width: 38px; |
|
|
|
&.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; |
|
|
|