Skip to content

Commit 33d0695

Browse files
authored
fix: cleanup navbar wallet dropdown (#2026)
* fix: cleanup navbar wallet dropdown * convert to rem values
1 parent 5c13839 commit 33d0695

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/NavbarWallet/navbarWallet.module.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,11 @@
154154
display: inline-flex;
155155
align-items: center;
156156
justify-content: center;
157-
height: 25px;
158-
min-width: 45px;
159-
padding: 4px 4px 6px 4px;
157+
height: 2.2rem;
158+
padding: 0.4rem 0.6rem;
160159
margin-left: 10px;
161160
color: var(--navbarWallet-color);
162161
border-radius: 12px;
162+
font-size: 1.2rem;
163163
border: 1px solid var(--navbarWallet-color);
164164
}

0 commit comments

Comments
 (0)