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

Fix font slider preview for message bubbles
pull/21833/head
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
1 changed files with 5 additions and 0 deletions

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;