We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c13839 commit 33d0695Copy full SHA for 33d0695
src/components/NavbarWallet/navbarWallet.module.scss
@@ -154,11 +154,11 @@
154
display: inline-flex;
155
align-items: center;
156
justify-content: center;
157
- height: 25px;
158
- min-width: 45px;
159
- padding: 4px 4px 6px 4px;
+ height: 2.2rem;
+ padding: 0.4rem 0.6rem;
160
margin-left: 10px;
161
color: var(--navbarWallet-color);
162
border-radius: 12px;
+ font-size: 1.2rem;
163
border: 1px solid var(--navbarWallet-color);
164
}
0 commit comments