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 69afa3c commit d9ccb84Copy full SHA for d9ccb84
3-lending/demifi/web/src/lib/LendingApp.svelte
@@ -122,16 +122,16 @@
122
<div style:margin="0 0 0 5px" style:font-size="12px"><NumericAddress address={$userNfid}/> </div>
123
</div>
124
<div style:display="flex"
125
- style:align-items="baseline"
126
- style:margin="0 0.5em 0 0">
+ style:align-items="center"
+ style:margin="0.5em 0.5em 0 0">
127
{#if $participantsDirty}
128
<div transition:fade
129
style:display="flex"
130
style:align-items="center"
131
style:align-content="center"
132
- style:margin="0 5px 0 0">
+ style:margin="0 0.5em 0 0">
133
<span class="unselectable"
134
- style:align-self="flex-end"
+
135
style:margin="0 5px 0 0"
136
style:cursor="pointer"
137
on:click="{resetChanges}" >
0 commit comments