diff --git a/src/app/features/clipboard/clipboard.component.scss b/src/app/features/clipboard/clipboard.component.scss index 7ddda3a..4bb5504 100644 --- a/src/app/features/clipboard/clipboard.component.scss +++ b/src/app/features/clipboard/clipboard.component.scss @@ -1,7 +1,7 @@ :host { height: 100%; width: 100%; - max-width: 640px; + max-width: 900px; display: flex; } diff --git a/src/app/features/settings/settings.component.html b/src/app/features/settings/settings.component.html index 01be3ec..ee8344d 100644 --- a/src/app/features/settings/settings.component.html +++ b/src/app/features/settings/settings.component.html @@ -50,6 +50,7 @@
+
Extras
Developer Mode help diff --git a/src/app/features/settings/settings.component.scss b/src/app/features/settings/settings.component.scss index dd0e70a..b6ab093 100644 --- a/src/app/features/settings/settings.component.scss +++ b/src/app/features/settings/settings.component.scss @@ -3,7 +3,7 @@ :host { height: 100%; width: 100%; - max-width: 600px; + max-width: 900px; display: flex; } @@ -29,6 +29,8 @@ .title { font-size: 18px; margin-bottom: 15px; + padding-bottom: 5px; + border-bottom: 1px solid $border-color; } .option { diff --git a/src/app/features/vaults/vaults.component.scss b/src/app/features/vaults/vaults.component.scss index 0c64b21..446a216 100644 --- a/src/app/features/vaults/vaults.component.scss +++ b/src/app/features/vaults/vaults.component.scss @@ -3,7 +3,7 @@ :host { height: 100%; width: 100%; - max-width: 600px; + max-width: 900px; display: flex; } diff --git a/src/app/features/wallets/wallet-form/wallet-form.component.scss b/src/app/features/wallets/wallet-form/wallet-form.component.scss index 9a98ac5..64968c3 100644 --- a/src/app/features/wallets/wallet-form/wallet-form.component.scss +++ b/src/app/features/wallets/wallet-form/wallet-form.component.scss @@ -3,7 +3,7 @@ :host { height: 100%; width: 100%; - max-width: 600px; + max-width: 900px; display: flex; } diff --git a/src/app/features/wallets/wallets.component.scss b/src/app/features/wallets/wallets.component.scss index c54b4d7..e288b66 100644 --- a/src/app/features/wallets/wallets.component.scss +++ b/src/app/features/wallets/wallets.component.scss @@ -3,7 +3,7 @@ :host { height: 100%; width: 100%; - max-width: 600px; + max-width: 900px; display: flex; } diff --git a/src/styles.scss b/src/styles.scss index 4f0806b..4c90ca9 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -12,6 +12,7 @@ $secondary-color: #466362; $success-color: #4ab15e; $warn-color: #ba3f1d; $error-color: #b15e4a; +$border-color: #2f2f2f; $text-gray: #bbbbbb;