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=e1a00fb8b725f3282c7ef53ca4544c99d674a6df;hpb=c4741804bceac6f5f3ea06f9041c5b4fde7a3d7d;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 e1a00fb8b..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 @@ -15,6 +15,13 @@ } .progress { + @include progressbar; width: 500px; max-width: 100%; } + +@media screen and (max-width: $small-view) { + .progress { + width: 100%; + } +}