mirror of
https://github.com/vector-im/element-web.git
synced 2025-12-15 22:31:32 +01:00
Merge pull request #3890 from matrix-org/jryans/clipped-shield
Fix toast icon to prevent clipping
This commit is contained in:
commit
2d8f33e9ee
@ -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%;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user