Merge pull request #3890 from matrix-org/jryans/clipped-shield
Fix toast icon to prevent clipping
This commit is contained in:
@@ -51,8 +51,8 @@ limitations under the License.
|
|||||||
&.mx_Toast_hasIcon {
|
&.mx_Toast_hasIcon {
|
||||||
&::after {
|
&::after {
|
||||||
content: "";
|
content: "";
|
||||||
width: 21px;
|
width: 22px;
|
||||||
height: 20px;
|
height: 22px;
|
||||||
grid-column: 1;
|
grid-column: 1;
|
||||||
grid-row: 1;
|
grid-row: 1;
|
||||||
mask-size: 100%;
|
mask-size: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user