Skip to content

Commit

Permalink
adjust fee cap layout
Browse files Browse the repository at this point in the history
  • Loading branch information
miralandlabs committed Aug 10, 2024
1 parent 03dae5e commit d7d4f80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -315,11 +315,11 @@ pub fn Settings() -> Element {
}
}
div {
class: "flex flex-auto flex-col gap-2",
class: "w-full flex flex-auto flex-col gap-2 justify-end",
div {
class: "flex flex-row flex-shrink h-min gap-1 shrink mb-auto",
input {
class: "bg-transparent disabled:opacity-50 dark:text-white text-right px-1 mb-auto rounded font-semibold hover:bg-green-600 transition-colors",
class: "bg-transparent dark:text-white text-right px-1 mb-auto rounded font-semibold hover:bg-green-600 transition-colors",
dir: "rtl",
step: 100_000,
min: 0,
Expand Down

0 comments on commit d7d4f80

Please sign in to comment.