about summary refs log tree commit diff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorDamien Erambert <damien.erambert@me.com>2017-04-17 16:02:02 -0700
committerEugen <eugen@zeonfederated.com>2017-04-18 01:02:02 +0200
commit9cefb5731d9127f8fc41af0c37d0532f0fc66bc9 (patch)
tree5fae73345ec32a8e4778530c03dc0566c800bc68 /app/assets/stylesheets
parent00a85f31ca58e96eb7ef6e1543d11ca4ee181b9b (diff)
Add FR locales to the onboarding modal (#1976)
* Add FR locale for the onboarding modal component

* Slightly increase the max-width and max-height of the onboarding modal

This is done so it doesn't break with locales whose strings would be
too long

* Update FR locales for onboarding upon PR comments
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/components.scss4
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 {