From 30e3a9c8a0f7b9fa00c3e35e22131a99a982462d Mon Sep 17 00:00:00 2001 From: naomiceron <58761246+naomiceron@users.noreply.github.com> Date: Sun, 26 Dec 2021 11:18:00 -0700 Subject: [PATCH 1/2] community favorites button --- css/styles.css | 13 ++++++- index.html | 98 +++++++++++++++++++++++++++--------------------- js/everything.js | 28 ++++++++++++-- 3 files changed, 90 insertions(+), 49 deletions(-) diff --git a/css/styles.css b/css/styles.css index 9cac9e26..6fea7262 100644 --- a/css/styles.css +++ b/css/styles.css @@ -141,12 +141,21 @@ a { display: block; margin: 0 auto; } - -#focus-btn { +#com-fav-btn { + display: flex; + justify-content: center; +} +#fav-btn { display: block; margin: 0 auto; width: fit-content; } +#focus-btn, #lofi-btn { + margin-right: 5px; + width: fit-content; + text-align: center; + display: none; +} #zen-video-description { white-space: pre-line; diff --git a/index.html b/index.html index 9b8203d0..24164521 100644 --- a/index.html +++ b/index.html @@ -30,12 +30,12 @@ @@ -110,47 +110,59 @@