1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-09 08:42:50 +03:00

Fix close icon

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2021-02-25 08:10:54 +01:00
parent fe8e90f920
commit 5a9e1a1482
2 changed files with 6 additions and 6 deletions

View File

@@ -90,7 +90,7 @@ limitations under the License.
}
.mx_ImageView_button {
padding-left: 24px;
margin-left: 24px;
display: block;
&::before {
@@ -130,11 +130,12 @@ limitations under the License.
}
.mx_ImageView_button_close {
padding-left: 32px;
border-radius: 100%;
background: #21262C;
&::before {
width: 32px;
height: 32px;
mask-image: url('$(res)/img/image-view/close.svg');
background-color: none;
mask-size: 40%;
}
}