diff options
Diffstat (limited to 'client/src/app/+my-account/my-account-settings')
3 files changed, 7 insertions, 5 deletions
diff --git a/client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.scss b/client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.scss index 7cd5c3b46..0b292850e 100644 --- a/client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.scss +++ b/client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.scss | |||
@@ -15,8 +15,13 @@ | |||
15 | } | 15 | } |
16 | 16 | ||
17 | & > div { | 17 | & > div { |
18 | padding: 10px; | ||
18 | width: 350px; | 19 | width: 350px; |
19 | 20 | ||
21 | &:nth-child(2) { | ||
22 | max-width: 60px !important; | ||
23 | } | ||
24 | |||
20 | @media screen and (max-width: $small-view) { | 25 | @media screen and (max-width: $small-view) { |
21 | width: auto; | 26 | width: auto; |
22 | 27 | ||
@@ -25,9 +30,4 @@ | |||
25 | } | 30 | } |
26 | } | 31 | } |
27 | } | 32 | } |
28 | |||
29 | & > div { | ||
30 | padding: 10px | ||
31 | } | ||
32 | } | 33 | } |
33 | |||
diff --git a/client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.scss b/client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.scss index 2f8df81d4..5995bae4a 100644 --- a/client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.scss +++ b/client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.scss | |||
@@ -25,6 +25,7 @@ input[type=submit] { | |||
25 | 25 | ||
26 | textarea { | 26 | textarea { |
27 | @include peertube-textarea(500px, 150px); | 27 | @include peertube-textarea(500px, 150px); |
28 | max-width: 100%; | ||
28 | 29 | ||
29 | display: block; | 30 | display: block; |
30 | } | 31 | } |
diff --git a/client/src/app/+my-account/my-account-settings/my-account-settings.component.scss b/client/src/app/+my-account/my-account-settings/my-account-settings.component.scss index 2b90cc8cf..e1a00fb8b 100644 --- a/client/src/app/+my-account/my-account-settings/my-account-settings.component.scss +++ b/client/src/app/+my-account/my-account-settings/my-account-settings.component.scss | |||
@@ -16,4 +16,5 @@ | |||
16 | 16 | ||
17 | .progress { | 17 | .progress { |
18 | width: 500px; | 18 | width: 500px; |
19 | max-width: 100%; | ||
19 | } | 20 | } |