Skip to content

Commit

Permalink
fix button height on search page
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Apr 24, 2024
1 parent ab90861 commit e5e1fce
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

.card-container {
margin-top: 1em;
margin-bottom: 1em;
Expand All @@ -17,7 +16,8 @@
border-bottom: 1px solid var(--ion-color-secondary);
}

.switches, .info {
.switches,
.info {
min-height: 60px;
display: flex;
align-items: center;
Expand Down Expand Up @@ -52,6 +52,9 @@ ion-select {
align-items: center;
margin-right: 0.5em;

--padding-top: 2px;
--padding-bottom: 2px;

.symbol {
font-size: 2rem;
margin-bottom: 6px;
Expand Down

0 comments on commit e5e1fce

Please sign in to comment.