Skip to content

Commit 2541412

Browse files
committed
Make button shadows fully visible
1 parent 4378acb commit 2541412

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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: 36em;
44+
max-width: 37em;
4545
color: #4a4a4a;
4646
}
4747

src/components/Wallets.svelte

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
box-sizing: border-box;
2828
}
2929
30+
ul li {
31+
padding: 0 0.25em;
32+
}
33+
3034
div {
3135
width: 100%;
3236
display: flex;

0 commit comments

Comments
 (0)