From 80c7779efeab644410dee2f21428322b1f0e3500 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Thu, 4 Jun 2020 20:55:25 +0200 Subject: fix mascot sizes, fix tick, delete extraneous .png icons follows PR #2822 --- .../my-account-video-playlist-edit.component.html | 8 ++++---- .../app/modal/instance-config-warning-modal.component.html | 12 +++++------- .../app/modal/instance-config-warning-modal.component.scss | 10 ++-------- client/src/app/modal/welcome-modal.component.html | 8 ++------ client/src/app/modal/welcome-modal.component.scss | 6 ++++++ client/src/app/shared/video/abstract-video-list.scss | 1 - 6 files changed, 19 insertions(+), 26 deletions(-) (limited to 'client/src/app') diff --git a/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html index 05335dc1a..ff9cd37ea 100644 --- a/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html +++ b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html @@ -32,7 +32,7 @@
@@ -44,7 +44,7 @@
{{ formErrors.description }} @@ -56,7 +56,7 @@
-
@@ -69,7 +69,7 @@
- diff --git a/client/src/app/modal/instance-config-warning-modal.component.html b/client/src/app/modal/instance-config-warning-modal.component.html index 5a8290cda..5a8adf726 100644 --- a/client/src/app/modal/instance-config-warning-modal.component.html +++ b/client/src/app/modal/instance-config-warning-modal.component.html @@ -7,7 +7,7 @@ diff --git a/client/src/app/modal/instance-config-warning-modal.component.scss b/client/src/app/modal/instance-config-warning-modal.component.scss index 4a76a1319..cc97d64e4 100644 --- a/client/src/app/modal/instance-config-warning-modal.component.scss +++ b/client/src/app/modal/instance-config-warning-modal.component.scss @@ -13,17 +13,10 @@ li { margin-bottom: 10px; } -.configure-instance { - text-align: center; - font-weight: 600; - font-size: 18px; - margin-top: 40px; - margin-bottom: 10px; -} - .mascot { display: block; margin: 0 auto 50px; + width: 25%; } .action-button-configure { @@ -31,4 +24,5 @@ li { @include peertube-button; @include orange-button; + @include disable-default-a-behaviour; } diff --git a/client/src/app/modal/welcome-modal.component.html b/client/src/app/modal/welcome-modal.component.html index 8bfcc4bf6..81c12d4c0 100644 --- a/client/src/app/modal/welcome-modal.component.html +++ b/client/src/app/modal/welcome-modal.component.html @@ -33,9 +33,7 @@
-
- mascot -
+ mascot
-
- mascot -
+ mascot
It's time to configure your instance!
diff --git a/client/src/app/modal/welcome-modal.component.scss b/client/src/app/modal/welcome-modal.component.scss index 6214f3b9d..c04772546 100644 --- a/client/src/app/modal/welcome-modal.component.scss +++ b/client/src/app/modal/welcome-modal.component.scss @@ -12,9 +12,14 @@ margin-top: 50px; } +.mascot-fw { + width: 170px; +} + .mascot { display: block; min-width: 170px; + margin-right: 2rem; } .subtitle { @@ -73,6 +78,7 @@ li { .configure-instance-button { @include peertube-button; @include orange-button; + @include disable-default-a-behaviour; display: inline-block; } diff --git a/client/src/app/shared/video/abstract-video-list.scss b/client/src/app/shared/video/abstract-video-list.scss index 44b629542..4149c9109 100644 --- a/client/src/app/shared/video/abstract-video-list.scss +++ b/client/src/app/shared/video/abstract-video-list.scss @@ -4,7 +4,6 @@ .videos-header { display: flex; justify-content: space-between; - height: 80px; align-items: baseline; .title-page.title-page-single { -- cgit v1.2.3