Merge branch 'scrolltotop' into shigusegubu-vue3

* scrolltotop:
  make "up to date" icon even more faint to distinguish it from actual interactive elements
This commit is contained in:
Henry Jameson 2022-08-31 00:52:16 +03:00
commit bd9ca11a97
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@
top: calc(50% - 4px); top: calc(50% - 4px);
margin-left: 6px; margin-left: 6px;
margin-top: -6px; margin-top: -6px;
background-color: var(--cBlue); background-color: var(--cGreen);
} }
.loadmore-text { .loadmore-text {

View file

@ -33,7 +33,7 @@
</button> </button>
<div <div
v-else-if="!embedded" v-else-if="!embedded"
class="loadmore-text faint" class="loadmore-text faint veryfaint"
@click.prevent @click.prevent
> >
<FAIcon <FAIcon