Fix toast icon to prevent clipping

This fixes the bottom and right edges of the toast icon, which were getting
clipped away.

Fixes https://github.com/vector-im/riot-web/issues/11915
This commit is contained in:
J. Ryan Stinnett 2020-01-21 15:30:01 +00:00
parent 224528afd4
commit 790d2c1472

View file

@ -51,8 +51,8 @@ limitations under the License.
&.mx_Toast_hasIcon {
&::after {
content: "";
width: 21px;
height: 20px;
width: 22px;
height: 22px;
grid-column: 1;
grid-row: 1;
mask-size: 100%;