Add mention of unsplash in the background settings
This commit is contained in:
parent
cd9220dc75
commit
23d73adeae
2 changed files with 10 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
||||||
@keyup="() => newBackgroundSearch()"
|
@keyup="() => newBackgroundSearch()"
|
||||||
:class="{'is-loading': backgroundService.loading}"
|
: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">
|
<div class="image-search-result">
|
||||||
<a
|
<a
|
||||||
@click="() => setBackground(im.id)"
|
@click="() => setBackground(im.id)"
|
||||||
|
|
|
@ -1,5 +1,14 @@
|
||||||
.list-background-setting {
|
.list-background-setting {
|
||||||
|
|
||||||
|
.unsplash-link {
|
||||||
|
text-align: right;
|
||||||
|
font-size: .8rem;
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: $grey-dark;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.image-search-result {
|
.image-search-result {
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in a new issue