From e66883b37ae0796256b3aba550670a2d76cfc98a Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Tue, 9 Jun 2020 09:33:28 +0200 Subject: `fitWidth` for `video-miniature`, fluid grid (#2830) * Fluid abstract video list * normalize timestamp display on miniatures * use grid for abstract-video-list - refactor scss function var to pvar to avoid overriding css variables - move fluid-grid margins to adapt-margin-content-width mixin for maintainability - fix video-miniature-name margin-top on small screen * move sceenratio function in a mixin * display no miniature avatar in channel videos view --- client/src/app/videos/+video-edit/shared/video-edit.component.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/src/app/videos/+video-edit/shared/video-edit.component.scss') diff --git a/client/src/app/videos/+video-edit/shared/video-edit.component.scss b/client/src/app/videos/+video-edit/shared/video-edit.component.scss index 0702ebf22..69b907288 100644 --- a/client/src/app/videos/+video-edit/shared/video-edit.component.scss +++ b/client/src/app/videos/+video-edit/shared/video-edit.component.scss @@ -17,7 +17,7 @@ label { } .title-page a { - color: var(--mainForegroundColor); + color: pvar(--mainForegroundColor); &:hover { text-decoration: none; @@ -122,7 +122,7 @@ my-peertube-checkbox { display: inline-block; margin-right: 25px; - color: var(--greyForegroundColor); + color: pvar(--greyForegroundColor); font-size: 15px; } -- cgit v1.2.3