fix: small icon size for payment icons (#253)

This commit is contained in:
Miguel Ribeiro 2024-03-28 12:10:36 +01:00 committed by GitHub
parent df0de0633c
commit 8998e23d37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,3 @@
<?php
$version = "v1.18.1";
$version = "v1.18.2";
?>

View File

@ -333,8 +333,9 @@ main > .contain {
}
.subscription .price img {
width: 35px;
height: 24px;
width: 45px;
height: 30px;
aspect-ratio: 3 / 2;
object-fit: contain;
margin-right: 12px;
}
@ -976,7 +977,7 @@ input[type="text"]:disabled {
}
.icon-search {
width: 112px;
width: 156px;
height: 224px;
top: 50px;
right: 0px;