Fix icon size in passphrase prompt

This commit is contained in:
David Baker 2021-07-02 20:38:07 +01:00
parent 0425b02982
commit 0cee0db9df

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 {