Merge pull request #6312 from matrix-org/dbkr/my_icon_is_too_big

Fix icon size in passphrase prompt
pull/21833/head
David Baker 2021-07-02 20:56:59 +01:00 committed by GitHub
commit 9bb4e4ca4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ limitations under the License.
left: 0;
top: 2px; // alignment
background-image: url("$(res)/img/element-icons/warning-badge.svg");
background-size: contain;
}
.mx_AccessSecretStorageDialog_reset_link {