From 4e6508d62a5745ff761f23a7ea688a199f366468 Mon Sep 17 00:00:00 2001 From: Natanael Rodriguez Ramos Date: Tue, 28 Nov 2023 13:54:17 +0000 Subject: [PATCH] feature: Update wireguard config generator to include block lists, improve UI --- .../assets/js/styles/vpn-configuration.scss | 15 +++++++ .../js/views/Account/WireguardConfig.vue | 39 ++++++++++++------- 2 files changed, 41 insertions(+), 13 deletions(-) diff --git a/src/themes/ivpn-v3/assets/js/styles/vpn-configuration.scss b/src/themes/ivpn-v3/assets/js/styles/vpn-configuration.scss index cc39dc835..16dbc3532 100644 --- a/src/themes/ivpn-v3/assets/js/styles/vpn-configuration.scss +++ b/src/themes/ivpn-v3/assets/js/styles/vpn-configuration.scss @@ -178,4 +178,19 @@ margin-top: 10px; } } + + input[type=checkbox]{ + vertical-align: middle; + } + + label{ + margin: 0 5px 0 5px; + } + + @media only screen and (max-device-width: 600px){ + .select{ + margin-top:10px !important; + width:100% !important; + } + } } diff --git a/src/themes/ivpn-v3/assets/js/views/Account/WireguardConfig.vue b/src/themes/ivpn-v3/assets/js/views/Account/WireguardConfig.vue index 3d6a86d57..1ff18d8ef 100644 --- a/src/themes/ivpn-v3/assets/js/views/Account/WireguardConfig.vue +++ b/src/themes/ivpn-v3/assets/js/views/Account/WireguardConfig.vue @@ -176,19 +176,17 @@
+
+ +
- -
- - -