Merge pull request #6284 from matrix-org/gsouquet/fix-17826

Add spacing between toast buttons with cross browser support in mind
This commit is contained in:
Germain 2021-06-29 15:32:14 +01:00 committed by GitHub
commit 9a37f29841
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -134,12 +134,15 @@ limitations under the License.
.mx_Toast_buttons {
float: right;
display: flex;
gap: 5px;
.mx_AccessibleButton {
min-width: 96px;
box-sizing: border-box;
}
.mx_AccessibleButton + .mx_AccessibleButton {
margin-left: 5px;
}
}
.mx_Toast_description {