Add mention of unsplash in the background settings
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2020-06-03 21:01:47 +02:00
parent cd9220dc75
commit 23d73adeae
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 10 additions and 0 deletions

View File

@ -18,6 +18,7 @@
@keyup="() => newBackgroundSearch()"
:class="{'is-loading': backgroundService.loading}"
/>
<p class="unsplash-link"><a href="https://unsplash.com" target="_blank">Powered by Unsplash</a></p>
<div class="image-search-result">
<a
@click="() => setBackground(im.id)"

View File

@ -1,5 +1,14 @@
.list-background-setting {
.unsplash-link {
text-align: right;
font-size: .8rem;
a {
color: $grey-dark;
}
}
.image-search-result {
margin-top: 1em;
display: flex;