Skip to content

Commit f6df564

Browse files
committed
frontend: make account-overview responsive
Visually changed search input height also in default mode, so it uses the same height as all other input fields.
1 parent 3fae520 commit f6df564

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

frontends/web/src/components/transactions/transaction.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181

8282
.txAmount {
8383
align-items: baseline;
84-
font-size: 1.6rem;
84+
font-size: var(--size-default);
8585
font-variant: tabular-nums;
8686
gap: 3px;
8787
justify-content: flex-end;
@@ -180,7 +180,7 @@
180180
}
181181
.txType {
182182
color: var(--color-default);
183-
font-size: 1.6rem;
183+
font-size: var(--size-default);
184184
line-height: 1.25;
185185
}
186186

frontends/web/src/routes/account/account.module.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
}
3333

3434
.loupe {
35-
width: 17px;
35+
width: var(--size-default);
3636
}
3737

3838
@media (max-width: 768px) {
@@ -181,10 +181,6 @@
181181
width: 100%;
182182
}
183183

184-
.searchInput input {
185-
height: 40px;
186-
}
187-
188184
.searchInput:focus {
189185
outline: none;
190186
border-color: var(--color-primary);

0 commit comments

Comments
 (0)