Don't show a message bubble around polls (#7374)
* Don't show a message bubble around polls * Update res/css/views/rooms/_EventBubbleTile.scss
This commit is contained in:
parent
d31aa12156
commit
11aa6c7435
3 changed files with 13 additions and 2 deletions
|
@ -312,6 +312,10 @@ limitations under the License.
|
|||
}
|
||||
}
|
||||
|
||||
.mx_EventTile.mx_EventTile_noBubble[data-layout=bubble] {
|
||||
--backgroundColor: transparent;
|
||||
}
|
||||
|
||||
.mx_EventTile.mx_EventTile_bubbleContainer[data-layout=bubble],
|
||||
.mx_EventTile.mx_EventTile_leftAlignedBubble[data-layout=bubble],
|
||||
.mx_EventTile.mx_EventTile_info[data-layout=bubble],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue