]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/misc/small-loader.component.html
Add edit button to scroll watch playlist on touchscreens
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / misc / small-loader.component.html
index 5a7cea7384c111f397e3a58e5b33f36a1db454b7..7886f8918f93cc664ac7ad0ccb602360d8ff61ea 100644 (file)
@@ -1,3 +1,3 @@
-<div *ngIf="loading">
+<div class="root" *ngIf="loading">
   <div class="glyphicon glyphicon-refresh glyphicon-refresh-animate"></div>
 </div>