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