diff --git a/assets/popup.html b/assets/popup.html index c097077..e5602ab 100644 --- a/assets/popup.html +++ b/assets/popup.html @@ -1,6 +1,7 @@
+ @@ -20,6 +21,10 @@ color: #444; } + textarea { + height: calc(1.5em + .75rem + calc(var(--bs-border-width))) + } + button { width: 100%; } @@ -74,6 +79,10 @@ margin: 0 auto; } + #swapTerms { + text-align: right; + } +