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.
2 parents fc21f30 + 3ae8850 commit b94332aCopy full SHA for b94332a
src/components/Wallets.svelte
@@ -16,7 +16,7 @@
16
flex-flow: row wrap;
17
align-items: center;
18
list-style-type: none;
19
- margin: 1em 0;
+ margin: 1.25em 0;
20
max-height: 66vh;
21
overflow-y: scroll;
22
padding: 0;
@@ -37,7 +37,7 @@
37
font-size: inherit;
38
font-family: inherit;
39
justify-content: center;
40
- margin-top: 1em;
+ margin-top: 1.25em;
41
}
42
43
::-webkit-scrollbar {
src/elements/Button.svelte
@@ -11,7 +11,6 @@
11
border: 1px solid #4a90e2;
12
border-radius: 40px;
13
padding: 0.55em 1.4em;
14
- margin-top: 0.33em;
15
cursor: pointer;
color: #4a90e2;
font-family: "Helvetica Neue";
0 commit comments