Skip to content

Commit 204e695

Browse files
committed
Space out padding a little
1 parent eec8c1c commit 204e695

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

src/components/Modal.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
padding: 1.33em;
4242
position: relative;
4343
overflow: hidden;
44-
max-width: 37em;
44+
max-width: 36em;
4545
color: #4a4a4a;
4646
}
4747

src/components/ModalHeader.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
display: flex;
1111
align-items: center;
1212
font-size: inherit;
13-
margin-bottom: 0.66em;
1413
}
1514
1615
/* .bn-onboard-modal-content-header-icon */

src/components/Wallets.svelte

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
flex-flow: row wrap;
1717
align-items: center;
1818
list-style-type: none;
19-
margin: 1em 0 0.66em 0;
19+
margin: 1em 0;
2020
max-height: 66vh;
2121
overflow-y: scroll;
2222
padding: 0;
@@ -32,13 +32,14 @@
3232
display: flex;
3333
font-size: inherit;
3434
justify-content: center;
35+
margin-top: 1em;
3536
}
3637
3738
::-webkit-scrollbar {
3839
display: none;
3940
}
4041
41-
@media only screen and (max-width: 700px) {
42+
@media only screen and (max-width: 450px) {
4243
ul li {
4344
width: 100%;
4445
}

src/elements/IconButton.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
text-align: left;
5656
}
5757
58-
@media only screen and (max-width: 700px) {
58+
@media only screen and (max-width: 450px) {
5959
button {
6060
width: 100%;
6161
}

src/views/WalletSelect.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
/* .bn-onboard-select-description, .bn-onboard-select-wallet-definition */
163163
p {
164164
font-size: 0.889em;
165-
margin: 1em 0 0 0;
165+
margin: 1.6em 0 0 0;
166166
font-family: "Helvetica Neue";
167167
}
168168

0 commit comments

Comments
 (0)