Skip to content

Commit 3fae520

Browse files
committed
frontend: improve all-accounts overlay in responsive mode
1 parent 2e2ecf5 commit 3fae520

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

frontends/web/src/routes/accounts/all-accounts.module.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.container {
22
display: flex;
33
flex-direction: column;
4-
font-size: var(--size-small);
54
gap: var(--space-half);
65
width: 100%;
76
}
@@ -57,7 +56,7 @@
5756
flex-basis: auto;
5857
flex-shrink: 0;
5958
flex-grow: 1;
60-
font-size: 1.6rem;
59+
font-size: var(--size-default);
6160
justify-content: flex-end;
6261
margin-left: auto;
6362
overflow: hidden;
@@ -67,12 +66,13 @@
6766
.chevron {
6867
color: var(--color-mediumgray);
6968
flex-shrink: 0;
70-
font-size: 1.8rem;
71-
margin-left: 4px;
72-
margin-top: 6px;
7369
margin-right: -8px;
7470
}
7571

72+
.chevron img {
73+
display: block;
74+
}
75+
7676
.emptyState {
7777
display: flex;
7878
flex-direction: column;

0 commit comments

Comments
 (0)