aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-videos/my-account-videos.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-01-21 11:43:41 +0100
committerChocobozzz <me@florianbigard.com>2020-01-21 13:58:33 +0100
commit7c1f3e73667c013bcebdfbd75d55ba8ef83c6b54 (patch)
tree92f8c03a98d90c0d18cd3a08125653b4fd40f3a9 /client/src/app/+my-account/my-account-videos/my-account-videos.component.scss
parent9b82d49da868536701d80ef1071df0e7cd301b7a (diff)
downloadPeerTube-7c1f3e73667c013bcebdfbd75d55ba8ef83c6b54.tar.gz
PeerTube-7c1f3e73667c013bcebdfbd75d55ba8ef83c6b54.tar.zst
PeerTube-7c1f3e73667c013bcebdfbd75d55ba8ef83c6b54.zip
Center search fields (my videos/playlists)
Diffstat (limited to 'client/src/app/+my-account/my-account-videos/my-account-videos.component.scss')
-rw-r--r--client/src/app/+my-account/my-account-videos/my-account-videos.component.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/client/src/app/+my-account/my-account-videos/my-account-videos.component.scss b/client/src/app/+my-account/my-account-videos/my-account-videos.component.scss
index f798c50b5..8248cc94f 100644
--- a/client/src/app/+my-account/my-account-videos/my-account-videos.component.scss
+++ b/client/src/app/+my-account/my-account-videos/my-account-videos.component.scss
@@ -4,9 +4,13 @@
4.videos-header { 4.videos-header {
5 display: flex; 5 display: flex;
6 justify-content: space-between; 6 justify-content: space-between;
7 text-align: right;
8 margin: 20px 0 50px; 7 margin: 20px 0 50px;
9 8
9 h4,
10 .fake-element {
11 flex: 1;
12 }
13
10 input[type=text] { 14 input[type=text] {
11 @include peertube-input-text(300px); 15 @include peertube-input-text(300px);
12 } 16 }