X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bmy-account%2Fmy-account-settings%2Fmy-account-settings.component.scss;h=3e1792e3e4738bae6843d4dfbb6c6bf9fe8d106d;hb=64e0f8cf12c804a7a2fa582fd954f686cea9a45b;hp=7eb60c7fbbd0a88182c1bb284e3839b18608685b;hpb=482fa503e545e00252e25eee7b3e0f7d421cf9d4;p=github%2FChocobozzz%2FPeerTube.git 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 7eb60c7fb..3e1792e3e 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 @@ -13,3 +13,15 @@ .account-title { @include settings-big-title; } + +.progress { + @include progressbar; + width: 500px; + max-width: 100%; +} + +@media screen and (max-width: $small-view) { + .progress { + width: 100%; + } +}