1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-31 13:44:28 +03:00
This commit is contained in:
Michael Weimann
2022-10-12 19:21:32 +02:00
committed by GitHub
parent b871456681
commit 7cb2f941d3
2 changed files with 5 additions and 0 deletions

View File

@ -15,9 +15,13 @@ limitations under the License.
*/
.mx_Icon {
box-sizing: border-box;
display: inline-block;
mask-origin: content-box;
mask-position: center;
mask-repeat: no-repeat;
mask-size: contain;
padding: 1px;
}
.mx_Icon_16 {