From f5d9558f66ba7b92c6f6ed21796e490a33149dd7 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Sat, 29 Sep 2018 13:42:17 +0200 Subject: various display improvements --- .../my-account-video-channel-edit.component.scss | 4 ++++ client/src/app/app.component.html | 2 +- client/src/app/search/search.component.html | 2 +- .../src/app/videos/+video-watch/comment/video-comments.component.html | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) (limited to 'client/src/app') diff --git a/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss b/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss index 833fda450..bfecbaba0 100644 --- a/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss +++ b/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss @@ -14,6 +14,10 @@ my-actor-avatar-info { @include peertube-input-group(340px); } +.input-group-append { + height: 30px; +} + input[type=text] { @include peertube-input-text(340px); diff --git a/client/src/app/app.component.html b/client/src/app/app.component.html index 87de874bb..958c131f7 100644 --- a/client/src/app/app.component.html +++ b/client/src/app/app.component.html @@ -29,7 +29,7 @@ diff --git a/client/src/app/search/search.component.html b/client/src/app/search/search.component.html index 216905cf0..61a05895e 100644 --- a/client/src/app/search/search.component.html +++ b/client/src/app/search/search.component.html @@ -9,7 +9,7 @@
diff --git a/client/src/app/videos/+video-watch/comment/video-comments.component.html b/client/src/app/videos/+video-watch/comment/video-comments.component.html index 9919ac615..5aebd7f24 100644 --- a/client/src/app/videos/+video-watch/comment/video-comments.component.html +++ b/client/src/app/videos/+video-watch/comment/video-comments.component.html @@ -5,7 +5,7 @@
+ customHtml="You can either comment on the page of your instance where this video is federated with your PeerTube account, or via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type in the search box @{{video.account.name}}@{{video.account.host}} and find back the video."> -- cgit v1.2.3