Merge pull request #6421 from matrix-org/gsouquet/fix-18084

Fix font slider preview for message bubbles
This commit is contained in:
Germain 2021-07-21 11:56:33 +01:00 committed by GitHub
commit a4ca52255d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,6 +45,11 @@ limitations under the License.
border-radius: 10px;
padding: 0 16px 9px 16px;
pointer-events: none;
display: flow-root;
.mx_EventTile[data-layout=bubble] {
margin-top: 30px;
}
.mx_EventTile_msgOption {
display: none;