aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/settings.scss2
-rw-r--r--src/styles/subscription-popup.scss5
2 files changed, 5 insertions, 2 deletions
diff --git a/src/styles/settings.scss b/src/styles/settings.scss
index 753288b8d..324175d0b 100644
--- a/src/styles/settings.scss
+++ b/src/styles/settings.scss
@@ -373,7 +373,7 @@
373 .account__subscription-button { margin-left: auto; } 373 .account__subscription-button { margin-left: auto; }
374 .franz-form__button { white-space: nowrap; } 374 .franz-form__button { white-space: nowrap; }
375 div { height: auto; } 375 div { height: auto; }
376 [data-type="franz-button"] div { height: 100% } 376 [data-type="franz-button"] div { height: 20px }
377 377
378 .invoices { 378 .invoices {
379 width: 100%; 379 width: 100%;
diff --git a/src/styles/subscription-popup.scss b/src/styles/subscription-popup.scss
index fb4795d6c..14e05e65d 100644
--- a/src/styles/subscription-popup.scss
+++ b/src/styles/subscription-popup.scss
@@ -2,7 +2,10 @@
2 height: 100%; 2 height: 100%;
3 3
4 &__content { height: calc(100% - 60px); } 4 &__content { height: calc(100% - 60px); }
5 &__webview { height: 100%; } 5 &__webview {
6 height: 100%;
7 background: #FFF;
8 }
6 9
7 &__toolbar { 10 &__toolbar {
8 background: $theme-gray-lightest; 11 background: $theme-gray-lightest;