From c2faa073d113f410275021ed4de4b60fef118c13 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 10 Jun 2022 17:05:55 +0200 Subject: Replace glyphicon chevron --- .../shared/metadata/video-attributes.component.html | 6 ++++-- .../shared/metadata/video-attributes.component.scss | 6 ------ .../shared/metadata/video-description.component.html | 4 ++-- .../shared/metadata/video-description.component.scss | 12 +----------- 4 files changed, 7 insertions(+), 21 deletions(-) (limited to 'client/src/app/+videos') diff --git a/client/src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html b/client/src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html index 10ff46595..52ad1999d 100644 --- a/client/src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html +++ b/client/src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html @@ -11,9 +11,11 @@ >{{ video.originInstanceHost }} + > + +
diff --git a/client/src/app/+videos/+video-watch/shared/metadata/video-attributes.component.scss b/client/src/app/+videos/+video-watch/shared/metadata/video-attributes.component.scss index 26bead124..1470a9f6d 100644 --- a/client/src/app/+videos/+video-watch/shared/metadata/video-attributes.component.scss +++ b/client/src/app/+videos/+video-watch/shared/metadata/video-attributes.component.scss @@ -33,12 +33,6 @@ a.attribute-value { } } -.glyphicon-new-window { - color: pvar(--inputPlaceholderColor); - margin-left: 5px; - font-size: 12px; -} - @media screen and (max-width: 1600px) { .attributes .attribute { margin-bottom: 5px; diff --git a/client/src/app/+videos/+video-watch/shared/metadata/video-description.component.html b/client/src/app/+videos/+video-watch/shared/metadata/video-description.component.html index 835d0e89f..fa4dbb3ca 100644 --- a/client/src/app/+videos/+video-watch/shared/metadata/video-description.component.html +++ b/client/src/app/+videos/+video-watch/shared/metadata/video-description.component.html @@ -8,12 +8,12 @@
Show more - +
Show less - +
diff --git a/client/src/app/+videos/+video-watch/shared/metadata/video-description.component.scss b/client/src/app/+videos/+video-watch/shared/metadata/video-description.component.scss index fc8b4574c..147bc4d7f 100644 --- a/client/src/app/+videos/+video-watch/shared/metadata/video-description.component.scss +++ b/client/src/app/+videos/+video-watch/shared/metadata/video-description.component.scss @@ -17,13 +17,8 @@ } } - .glyphicon, .description-loading { - @include margin-left(3px); - } - - .description-loading { - display: inline-block; + @include margin-left(5px); } .video-info-description-more { @@ -31,11 +26,6 @@ font-weight: $font-semibold; color: pvar(--greyForegroundColor); font-size: 14px; - - .glyphicon { - position: relative; - top: 2px; - } } } -- cgit v1.2.3