Frontend: Add small info with link to homepage

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-07-14 20:10:24 +02:00
parent 82f75e9028
commit 0a4dc155e6
2 changed files with 17 additions and 0 deletions

View file

@ -22,3 +22,19 @@
#photoprism .theme--dark.v-card .text-link {
color: white;
}
#photoprism-info {
position: fixed;
bottom: 0;
right: 0;
padding: 0 5px;
background-color: rgba(255, 255, 255, 0.6);
margin: 0;
border-radius: 5px 0 0 0;
}
#photoprism-info a {
text-decoration: none;
font-size: 12px;
color: #000;
}

View file

@ -18,6 +18,7 @@
</v-toolbar>
<v-toolbar dark flat color="navigation darken-1">
</v-toolbar>
<div id="photoprism-info"><a href="https://photoprism.org/" target="_blank">Shared with PhotoPrism</a></div>
</div>
</template>