From cbf8b23385eafd82e0fbb2718eb06981473210a5 Mon Sep 17 00:00:00 2001 From: d11n Date: Thu, 27 Jan 2022 03:56:46 +0100 Subject: [PATCH] Adapt desktop breakpoints in views (#3358) * Add XXL breakpoint * Unify setup guide display * Adapt desktop breakpoints in views * Fix POS code display * Fix syntax in home view * store settings + constrain update * account settings Co-authored-by: dstrukt Co-authored-by: Nicolas Dorier --- BTCPayServer/Views/Shared/EmailsBody.cshtml | 6 +- BTCPayServer/Views/UIApps/CreateApp.cshtml | 2 +- .../Views/UIApps/UpdateCrowdfund.cshtml | 10 +- .../Views/UIApps/UpdatePointOfSale.cshtml | 18 +- BTCPayServer/Views/UIFido2/Create.cshtml | 2 +- BTCPayServer/Views/UIHome/Home.cshtml | 45 +- .../Views/UIInvoice/CreateInvoice.cshtml | 2 +- BTCPayServer/Views/UIInvoice/Invoice.cshtml | 4 +- BTCPayServer/Views/UIManage/APIKeys.cshtml | 147 ++-- BTCPayServer/Views/UIManage/AddApiKey.cshtml | 205 ++--- .../Views/UIManage/ChangePassword.cshtml | 2 +- .../Views/UIManage/EnableAuthenticator.cshtml | 28 +- BTCPayServer/Views/UIManage/Index.cshtml | 71 +- .../UIManage/NotificationSettings.cshtml | 72 +- .../UIManage/TwoFactorAuthentication.cshtml | 2 +- .../EditPaymentRequest.cshtml | 7 +- .../UIServer/CreateTemporaryFileUrl.cshtml | 2 +- BTCPayServer/Views/UIServer/CreateUser.cshtml | 2 +- .../EditAmazonS3StorageProvider.cshtml | 2 +- ...EditAzureBlobStorageStorageProvider.cshtml | 2 +- .../EditFileSystemStorageProvider.cshtml | 2 +- ...itGoogleCloudStorageStorageProvider.cshtml | 2 +- .../Views/UIServer/ListPlugins.cshtml | 8 +- .../Views/UIServer/Maintenance.cshtml | 2 +- BTCPayServer/Views/UIServer/Storage.cshtml | 18 +- BTCPayServer/Views/UIServer/Theme.cshtml | 2 +- .../UIStorePullPayments/NewPullPayment.cshtml | 2 +- .../Views/UIStores/CheckoutAppearance.cshtml | 2 +- .../Views/UIStores/CreateToken.cshtml | 2 +- BTCPayServer/Views/UIStores/Dashboard.cshtml | 165 ++-- .../Views/UIStores/GeneralSettings.cshtml | 4 +- .../Views/UIStores/Integrations.cshtml | 2 +- BTCPayServer/Views/UIStores/ListTokens.cshtml | 2 +- .../Views/UIStores/ModifyWebhook.cshtml | 2 +- BTCPayServer/Views/UIStores/PayButton.cshtml | 68 +- BTCPayServer/Views/UIStores/Rates.cshtml | 2 +- BTCPayServer/Views/UIStores/StoreUsers.cshtml | 2 +- BTCPayServer/Views/UIStores/Webhooks.cshtml | 2 +- .../Views/UIUserStores/CreateStore.cshtml | 2 +- .../wwwroot/main/bootstrap/bootstrap.css | 816 +++++++++++++++++- BTCPayServer/wwwroot/main/site.css | 22 + 41 files changed, 1272 insertions(+), 488 deletions(-) diff --git a/BTCPayServer/Views/Shared/EmailsBody.cshtml b/BTCPayServer/Views/Shared/EmailsBody.cshtml index ebad35de0..937f9f35a 100644 --- a/BTCPayServer/Views/Shared/EmailsBody.cshtml +++ b/BTCPayServer/Views/Shared/EmailsBody.cshtml @@ -1,7 +1,7 @@ @model BTCPayServer.Models.ServerViewModels.EmailsViewModel
-
+

@ViewData["Title"]