Skip to content

Commit

Permalink
Fix SVG icons issue in firefox, fix centering in portrait
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardobl committed Jan 5, 2024
1 parent 6b6f14b commit bee0314
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/less/stages/wallet.less
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@

#liquidwallet #container.wallet.stage .asset .icon {
max-width: 4rem;
width: 4rem;
font-size: 4rem;
}

Expand Down Expand Up @@ -67,7 +68,7 @@
bottom: 0;
right: 0;
font-size: 1.2rem !important;
max-width: 1.2rem;
width: 1.2rem;
}

#liquidwallet #container.wallet.stage .txasset .material-symbols-outlined.loading {
Expand Down
4 changes: 4 additions & 0 deletions src/less/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@
width: 100%;
padding: 0.6rem;
filter: drop-shadow(1px 20px 18px rgba(0, 0, 0, 0.3));
column-gap: 1rem;
}

button {
Expand Down Expand Up @@ -534,6 +535,7 @@

&.big .icon {
max-width: 3rem;
width: 3rem;
font-size: 3rem;
}
}
Expand Down Expand Up @@ -660,6 +662,8 @@
// border-radius: 14px;
// box-shadow: 2px 5px 2px rgba(0, 0, 0, 0.3);
margin: 0.3rem;
margin-left: 0;
margin-right: 0;
padding: 0.6rem;
}
}
Expand Down

0 comments on commit bee0314

Please sign in to comment.