Skip to content

Commit

Permalink
Frontend: Update footer and support options on about page
Browse files Browse the repository at this point in the history
  • Loading branch information
lastzero committed Jan 16, 2022
1 parent e2cd4ee commit a7fba17
Show file tree
Hide file tree
Showing 11 changed files with 465 additions and 283 deletions.
1 change: 1 addition & 0 deletions assets/static/img/badge-ask-on-github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/static/img/badge-pixls-us.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/static/img/badge-reddit.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions frontend/src/component/footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<v-card-actions class="px-4 py-2">
<v-layout wrap align-top pt-3>
<v-flex xs12 sm6 class="px-0 pb-2 body-1 text-selectable">
<router-link to="/about">PhotoPrism®</router-link> {{ $config.get("version") }}<br>
<a href="https://photoprism.app/" target="_blank">© 2018-2022 Michael Mayer</a>
PhotoPrism® {{ $config.get("version") }}<br>
<router-link to="/about">© 2018-2022 Michael Mayer</router-link>
</v-flex>

<v-flex xs12 sm6 class="px-0 pb-2 body-1 text-xs-left text-sm-right">
<a href="https://docs.photoprism.app/credits/" target="_blank">Thanks to all who made this possible!</a>
<a href="https://photoprism.app/team/" target="_blank">100% self-funded and independent</a>
<br>
<a href="https://raw.githubusercontent.com/photoprism/photoprism/develop/NOTICE"
target="_blank">
Expand Down
22 changes: 22 additions & 0 deletions frontend/src/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ https://docs.photoprism.app/developer-guide/
@import url("maps.css");
@import url("labels.css");
@import url("files.css");
@import url("pages.css");
@import url("help.css");

@media (min-width: 1750px) {
Expand Down Expand Up @@ -182,4 +183,25 @@ main {
padding: 0 0.2rem;
min-width: 1.1rem;
height: 1.1rem;
}

/* Line Height */

.lh-15 {
line-height: 1.5rem !important;
}
.lh-16 {
line-height: 1.6rem !important;
}
.lh-17 {
line-height: 1.7rem !important;
}
.lh-18 {
line-height: 1.8rem !important;
}
.lh-19 {
line-height: 1.9rem !important;
}
.lh-20 {
line-height: 2.0rem !important;
}
3 changes: 3 additions & 0 deletions frontend/src/css/pages.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.p-page-about {
line-height: 1.5rem;
}
Binary file modified frontend/src/locales/de.mo
Binary file not shown.
Loading

0 comments on commit a7fba17

Please sign in to comment.