diff options
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/components.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss index a71db00fe..6f407a6d5 100644 --- a/app/assets/stylesheets/components.scss +++ b/app/assets/stylesheets/components.scss @@ -2050,8 +2050,8 @@ button.icon-button.active i.fa-retweet { .onboarding-modal__pager { height: 80vh; width: 80vw; - max-width: 500px; - max-height: 350px; + max-width: 520px; + max-height: 420px; position: relative; & > div { |