From ed3eefdd0a72ef53f01ed7144860175ab755488d Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Thu, 6 Jan 2022 17:38:36 +0500 Subject: [PATCH] make video boxes closer to figma design --- .../layouts/partials/video_box.html | 14 +++++--- themes/lumbung-theme/static/css/main.css | 1 - themes/lumbung-theme/static/css/video-box.css | 32 ++++++++++++++++--- themes/lumbung-theme/static/img/dot.svg | 4 +-- 4 files changed, 38 insertions(+), 13 deletions(-) diff --git a/themes/lumbung-theme/layouts/partials/video_box.html b/themes/lumbung-theme/layouts/partials/video_box.html index 711800e..508ad70 100644 --- a/themes/lumbung-theme/layouts/partials/video_box.html +++ b/themes/lumbung-theme/layouts/partials/video_box.html @@ -1,4 +1,5 @@
+
{{ if .Params.is_live}} -
LIVE
+
LIVE
{{ else }} -
{{.Params.video_duration}}
+
{{.Params.video_duration}}
{{ end }}
@@ -21,10 +22,13 @@