X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bmy-account%2Fmy-account-settings%2Fmy-account-notification-preferences%2Fmy-account-notification-preferences.component.scss;h=b06d8b16dc7ef53e212209a03a211ea9db53e695;hb=c07fac202dba3fed69aace74157589c21d732be6;hp=7cd5c3b46c3389bc6a5a0edbe87956448edf09c4;hpb=97567dd81f508dd6295ac4d73d849aa2ce0a6549;p=github%2FChocobozzz%2FPeerTube.git 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..b06d8b16d 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 @@ -8,26 +8,20 @@ &:first-child { font-size: 16px; - - & > div { - font-weight: $font-semibold; - } } & > div { - width: 350px; + padding: 10px; - @media screen and (max-width: $small-view) { - width: auto; + &:first-child { + width: 350px; + } + @media screen and (max-width: #{breakpoint(sm)}) { &:first-child { + width: auto; flex-grow: 1; } } } - - & > div { - padding: 10px - } } -