Skip to content

Commit

Permalink
fix: small icon size for payment icons (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellite committed Mar 28, 2024
1 parent df0de06 commit 8998e23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion includes/version.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php
$version = "v1.18.1";
$version = "v1.18.2";
?>
7 changes: 4 additions & 3 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -976,7 +977,7 @@ input[type="text"]:disabled {
}

.icon-search {
width: 112px;
width: 156px;
height: 224px;
top: 50px;
right: 0px;
Expand Down

0 comments on commit 8998e23

Please sign in to comment.