From c9e3565dc8d0e5ce0dcbdb4fe8deb7a257d9e2a0 Mon Sep 17 00:00:00 2001 From: Caroline Chuong Date: Sat, 13 Jun 2020 00:53:56 +0200 Subject: fix headings order or add missing ones (#2871) Co-authored-by: Rigel Kent --- .../my-account-blocklist.component.html | 2 +- .../my-account-server-blocklist.component.html | 2 +- .../my-account-history/my-account-history.component.html | 1 + .../my-account-notifications.component.html | 1 + .../my-account-accept-ownership.component.html | 2 +- .../my-account-ownership.component.html | 1 + .../my-account-settings.component.html | 15 ++++++++------- .../my-account-subscriptions.component.html | 1 + .../my-account-video-channels.component.html | 1 + .../my-account-video-imports.component.html | 1 + .../my-account-video-playlists.component.html | 2 +- .../my-account-video-playlists.component.scss | 4 ++++ .../my-account-videos/my-account-videos.component.html | 2 +- .../my-account-videos/my-account-videos.component.scss | 3 ++- .../+my-account/shared/actor-avatar-info.component.html | 1 + 15 files changed, 26 insertions(+), 13 deletions(-) (limited to 'client/src/app/+my-account') diff --git a/client/src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html b/client/src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html index fb9e6546e..90f657521 100644 --- a/client/src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html +++ b/client/src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html @@ -1,5 +1,5 @@
-
Muted accounts
+

Muted accounts

-
Muted instances
+

Muted instances

History
diff --git a/client/src/app/+my-account/my-account-notifications/my-account-notifications.component.html b/client/src/app/+my-account/my-account-notifications/my-account-notifications.component.html index 429943f71..8e4480ca6 100644 --- a/client/src/app/+my-account/my-account-notifications/my-account-notifications.component.html +++ b/client/src/app/+my-account/my-account-notifications/my-account-notifications.component.html @@ -1,3 +1,4 @@ +

Notifications

diff --git a/client/src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html b/client/src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html index a155d90e0..222da9542 100644 --- a/client/src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html +++ b/client/src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html @@ -1,6 +1,6 @@ diff --git a/client/src/app/+my-account/my-account-ownership/my-account-ownership.component.html b/client/src/app/+my-account/my-account-ownership/my-account-ownership.component.html index 354176a11..a50acfdf8 100644 --- a/client/src/app/+my-account/my-account-ownership/my-account-ownership.component.html +++ b/client/src/app/+my-account/my-account-ownership/my-account-ownership.component.html @@ -1,3 +1,4 @@ +

Ownership changes

Settings
- +
@@ -29,7 +30,7 @@
- +
@@ -40,7 +41,7 @@
- +
@@ -50,7 +51,7 @@
- +
@@ -60,7 +61,7 @@
- +
@@ -70,7 +71,7 @@
- +
@@ -80,7 +81,7 @@
- +
diff --git a/client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html b/client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html index b87a4c00c..23dfdc8f5 100644 --- a/client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html +++ b/client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html @@ -1,3 +1,4 @@ +

Subscriptions

You don't have any subscriptions yet.
diff --git a/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html b/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html index 6fd94474d..2499b6ed5 100644 --- a/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html +++ b/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html @@ -1,3 +1,4 @@ +

My channels

diff --git a/client/src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html b/client/src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html index 37c6ad6b4..8f0786bd0 100644 --- a/client/src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html +++ b/client/src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html @@ -1,3 +1,4 @@ +

Imports

-

Playlists {{ pagination.totalItems }}

+

Playlists {{ pagination.totalItems }}

diff --git a/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.scss b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.scss index 4381d74b0..41e7851fd 100644 --- a/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.scss +++ b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.scss @@ -41,6 +41,10 @@ input[type=text] { @include peertube-input-text(300px); } + + h1 { + font-size: 1.5rem; + } } @media screen and (max-width: $small-view) { diff --git a/client/src/app/+my-account/my-account-videos/my-account-videos.component.html b/client/src/app/+my-account/my-account-videos/my-account-videos.component.html index 9192aec6d..825bddf5e 100644 --- a/client/src/app/+my-account/my-account-videos/my-account-videos.component.html +++ b/client/src/app/+my-account/my-account-videos/my-account-videos.component.html @@ -1,5 +1,5 @@
-

Videos {{ pagination.totalItems }}

+

Videos {{ pagination.totalItems }}

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 67a58d8d5..18c1ae288 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 @@ -6,9 +6,10 @@ justify-content: space-between; margin: 20px 0 50px; - h4, + h1, .fake-element { flex: 1; + font-size: 1.5rem; } input[type=text] { diff --git a/client/src/app/+my-account/shared/actor-avatar-info.component.html b/client/src/app/+my-account/shared/actor-avatar-info.component.html index 82f5123de..d01b9ac7f 100644 --- a/client/src/app/+my-account/shared/actor-avatar-info.component.html +++ b/client/src/app/+my-account/shared/actor-avatar-info.component.html @@ -6,6 +6,7 @@
+
-- cgit v1.2.3