Skip to content

Commit

Permalink
Merge pull request #1185 from DarkFlorist/swap-details-layout
Browse files Browse the repository at this point in the history
Reset the swap values layout
KillariDev authored Nov 21, 2024
2 parents 8a8ca75 + ee6de34 commit d16a7f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/css/interceptor.css
Original file line number Diff line number Diff line change
@@ -53,6 +53,8 @@ body { font-family: "Inter" !important; }
--alpha-005: rgba(255, 255, 255, 0.05);
--alpha-015: rgba(255, 255, 255, 0.15);

--big-font-size: 28px;
--normal-font-size: 14px;
--modal-background-color: rgba(10, 10, 10, .7)
}

@@ -756,7 +758,7 @@ svg.spinner > circle {
.swap-grid {
grid-template-columns: auto auto;
display: grid;
place-content: center;
place-content: space-between;
column-gap: 0.25em;
}

0 comments on commit d16a7f6

Please sign in to comment.