Allow dismissing 'Key storage out of sync' temporarily (#31455)

This commit is contained in:
Andy Balaam
2026-01-26 10:46:40 +00:00
committed by GitHub
parent 828c4a47a4
commit 0947517746
6 changed files with 69 additions and 9 deletions
+10 -2
View File
@@ -38,6 +38,7 @@ Please see LICENSE files in the repository root for full details.
grid-template-columns: 22px 1fr;
column-gap: 8px;
row-gap: 4px;
align-items: center;
padding: var(--cpd-space-3x);
&.mx_Toast_hasIcon {
@@ -47,10 +48,17 @@ Please see LICENSE files in the repository root for full details.
grid-column: 1;
}
.mx_Toast_title,
.mx_Toast_body {
.mx_Toast_title {
grid-column: 2;
}
.mx_Toast_body {
grid-column: 2 / 4;
}
.mx_Toast_closebutton {
grid-column: 3;
}
}
&:not(.mx_Toast_hasIcon) {
padding-left: 12px;