diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-03-13 15:30:23 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-03-13 15:30:27 +0100 |
commit | c4741804bceac6f5f3ea06f9041c5b4fde7a3d7d (patch) | |
tree | 6890c6e3a47b5162c306a62a862949cd9a8df668 /client/src/app/+my-account/my-account-settings/my-account-notification-preferences | |
parent | baab47ca81742deae15acd671e8c332a4e1d6eb7 (diff) | |
download | PeerTube-c4741804bceac6f5f3ea06f9041c5b4fde7a3d7d.tar.gz PeerTube-c4741804bceac6f5f3ea06f9041c5b4fde7a3d7d.tar.zst PeerTube-c4741804bceac6f5f3ea06f9041c5b4fde7a3d7d.zip |
Fix margins/widths with top-menu and main-col on small screens
Diffstat (limited to 'client/src/app/+my-account/my-account-settings/my-account-notification-preferences')
-rw-r--r-- | client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.scss | 10 |
1 files changed, 5 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 | |||