aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video/abstract-video-list.scss
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-01-07 12:12:39 +0100
committerRigel Kent <sendmemail@rigelk.eu>2020-01-07 12:12:43 +0100
commit13adf228d0cc48995cf70c0a782a1d717873f6e0 (patch)
treeb4b8ef5ac8ae67ba5336fba8420ba4d97c0c0eef /client/src/app/shared/video/abstract-video-list.scss
parent366b21f13f75b33f9d64744d7564e7cddf5b1ae8 (diff)
downloadPeerTube-13adf228d0cc48995cf70c0a782a1d717873f6e0.tar.gz
PeerTube-13adf228d0cc48995cf70c0a782a1d717873f6e0.tar.zst
PeerTube-13adf228d0cc48995cf70c0a782a1d717873f6e0.zip
Add button in subscriptions to go to subscriptions list
Diffstat (limited to 'client/src/app/shared/video/abstract-video-list.scss')
-rw-r--r--client/src/app/shared/video/abstract-video-list.scss22
1 files changed, 16 insertions, 6 deletions
diff --git a/client/src/app/shared/video/abstract-video-list.scss b/client/src/app/shared/video/abstract-video-list.scss
index 98b80fdfd..3c7a4b1fc 100644
--- a/client/src/app/shared/video/abstract-video-list.scss
+++ b/client/src/app/shared/video/abstract-video-list.scss
@@ -3,17 +3,27 @@
3 3
4.videos-header { 4.videos-header {
5 display: flex; 5 display: flex;
6 justify-content: space-between;
6 height: 80px; 7 height: 80px;
7 align-items: center; 8 align-items: baseline;
8 9
9 .title-page.title-page-single { 10 .title-page.title-page-single {
10 margin: 0 5px 0 0; 11 display: flex;
12
13 my-feed {
14 display: inline-block;
15 top: 1px;
16 margin-left: 5px;
17 width: max-content;
18 }
11 } 19 }
12 20
13 my-feed { 21 .action-block {
14 display: inline-block; 22 a button {
15 top: 1px; 23 @include peertube-button;
16 min-width: 60px; 24 @include grey-button;
25 @include button-with-icon(18px, 3px, -1px);
26 }
17 } 27 }
18 28
19 .moderation-block { 29 .moderation-block {