diff --git a/BTCPayServer/Views/UIWallets/WalletTransactions.cshtml b/BTCPayServer/Views/UIWallets/WalletTransactions.cshtml index 8b431f404..07a890990 100644 --- a/BTCPayServer/Views/UIWallets/WalletTransactions.cshtml +++ b/BTCPayServer/Views/UIWallets/WalletTransactions.cshtml @@ -17,12 +17,19 @@ max-width: 200px; } } + /* pull actions area, so that it is besides the search form */ @@media (min-width: 1200px) { - #Actions { + #Filter + #Dropdowns { margin-top: -4rem; + float: right; + } + + #Filter + #Dropdowns #Actions { + order: 1; } } + .unconf > * { opacity: 0.5; } @@ -85,7 +92,7 @@ { @if (Model.Labels.Any()) { -
+
Filter
@@ -101,8 +108,8 @@
} -
-