]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+my-account/my-account-settings/my-account-settings.component.scss
Fix scrolling with hash in url
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-settings / my-account-settings.component.scss
index e1a00fb8b725f3282c7ef53ca4544c99d674a6df..3e1792e3e4738bae6843d4dfbb6c6bf9fe8d106d 100644 (file)
 }
 
 .progress {
+  @include progressbar;
   width: 500px;
   max-width: 100%;
 }
+
+@media screen and (max-width: $small-view) {
+  .progress {
+    width: 100%;
+  }
+}