diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-12-11 08:50:43 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-12-11 08:50:43 +0100 |
commit | 3daf400219fe8cc94025886ba14876bc59a45244 (patch) | |
tree | 149c657338a79c7970a5466f6731c8fa513bb8b2 /client/src/app/shared | |
parent | b1a134ee525bd23d7e359573eca24f133974de84 (diff) | |
download | PeerTube-3daf400219fe8cc94025886ba14876bc59a45244.tar.gz PeerTube-3daf400219fe8cc94025886ba14876bc59a45244.tar.zst PeerTube-3daf400219fe8cc94025886ba14876bc59a45244.zip |
Responsive homepage
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/video/abstract-video-list.html | 1 | ||||
-rw-r--r-- | client/src/app/shared/video/abstract-video-list.scss | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/client/src/app/shared/video/abstract-video-list.html b/client/src/app/shared/video/abstract-video-list.html index 5d07a276b..5761f2c81 100644 --- a/client/src/app/shared/video/abstract-video-list.html +++ b/client/src/app/shared/video/abstract-video-list.html | |||
@@ -4,6 +4,7 @@ | |||
4 | </div> | 4 | </div> |
5 | 5 | ||
6 | <div | 6 | <div |
7 | class="videos" | ||
7 | infiniteScroll | 8 | infiniteScroll |
8 | [infiniteScrollUpDistance]="1.5" | 9 | [infiniteScrollUpDistance]="1.5" |
9 | [infiniteScrollDistance]="0.5" | 10 | [infiniteScrollDistance]="0.5" |
diff --git a/client/src/app/shared/video/abstract-video-list.scss b/client/src/app/shared/video/abstract-video-list.scss index e69de29bb..52797bc6c 100644 --- a/client/src/app/shared/video/abstract-video-list.scss +++ b/client/src/app/shared/video/abstract-video-list.scss | |||
@@ -0,0 +1,7 @@ | |||
1 | .videos { | ||
2 | text-align: center; | ||
3 | |||
4 | my-video-miniature { | ||
5 | text-align: left; | ||
6 | } | ||
7 | } | ||