logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 3ffe62acdccb8b556fcaec9bfa772ffb8196ad84
parent 887fac5addc2416504593cb62a52a3b08f3638e2
Author: Henry Jameson <me@hjkos.com>
Date:   Tue, 30 Aug 2022 23:55:35 +0300

make "up to date" icon even more faint to distinguish it from actual
interactive elements

Diffstat:

Msrc/components/timeline/timeline.scss2+-
Msrc/components/timeline/timeline.vue2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/timeline/timeline.scss b/src/components/timeline/timeline.scss @@ -10,7 +10,7 @@ top: calc(50% - 4px); margin-left: 6px; margin-top: -6px; - background-color: var(--cBlue); + background-color: var(--cGreen); } .loadmore-text { diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue @@ -33,7 +33,7 @@ </button> <div v-else-if="!embedded" - class="loadmore-text faint" + class="loadmore-text faint veryfaint" @click.prevent > <FAIcon