|
2 | 2 | div#wrapper |
3 | 3 | aw-header |
4 | 4 |
|
5 | | - div(:class="{'container': !fullContainer, 'container-fluid': fullContainer}").px-0.px-md-3 |
| 5 | + div(:class="{'container': !fullContainer, 'container-fluid': fullContainer}").px-0.px-md-2 |
6 | 6 | div.aw-container.my-3.p-3 |
7 | 7 | error-boundary |
8 | 8 | user-satisfaction-poll |
9 | 9 | new-release-notification(v-if="isNewReleaseCheckEnabled") |
10 | 10 | router-view |
11 | 11 |
|
12 | | - div.container(style="color: #555") |
| 12 | + div.container(style="color: #555; font-size: 0.9em") |
13 | 13 | div(style="float: left") |
14 | | - div.mb-1 |
15 | | - | Made with ❤ by the #[a(href="http://activitywatch.net/contributors/") ActivityWatch developers] |
| 14 | + | Made with ❤ by the #[a(href="http://activitywatch.net/contributors/") ActivityWatch developers] |
16 | 15 | div |
17 | | - a.mr-2(href="https://github.com/ActivityWatch/activitywatch", target="_blank") |
18 | | - icon(name="brands/github") |
19 | | - | GitHub |
20 | | - a(href="https://twitter.com/ActivityWatchIt", target="_blank") |
21 | | - icon(name="brands/twitter") |
22 | | - | Twitter |
23 | | - |
24 | | - div(style="float: right; text-align: right;") |
25 | | - | Found a bug? #[a(href="https://github.com/ActivityWatch/activitywatch/issues/new/choose") File an issue] |
26 | | - br |
27 | | - | Need help? #[a(href="https://forum.activitywatch.net/c/support") Ask on the forum] |
28 | | - br |
29 | | - | Missing a feature? #[a(href="https://forum.activitywatch.net/c/features") Vote on the forum] |
30 | | - br |
31 | | - | Built something cool? #[a(href="https://forum.activitywatch.net/c/projects") Share it on the forum] |
32 | | - br |
33 | | - span.mt-2(v-show="info", style="color: #888; font-size: 0.8em") |
34 | | - | Host: {{info.hostname}} |
35 | | - br |
36 | | - | Version: {{info.version}} |
| 16 | + span.mt-2(v-show="info", style="color: #888; font-size: 0.8em") |
| 17 | + | #[b Version:] {{info.version}}. |
| 18 | + | #[b Host:] {{info.hostname}} |
| 19 | + div(class="footer") |
| 20 | + a(href="https://twitter.com/ActivityWatchIt", target="_blank") |
| 21 | + icon(name="brands/twitter") |
| 22 | + | Twitter |
| 23 | + | #[a(href="https://github.com/ActivityWatch/activitywatch/issues/new/choose") File a bug] |
| 24 | + | #[a(href="https://forum.activitywatch.net/c/support") Join the Forum] |
| 25 | + | #[a(href="https://forum.activitywatch.net/c/features") Vote on the forum] |
37 | 26 | </template> |
38 | 27 |
|
39 | 28 | <script> |
40 | 29 | // only import the icons you use to reduce bundle size |
41 | 30 | import 'vue-awesome/icons/brands/twitter'; |
42 | | -import 'vue-awesome/icons/brands/github'; |
43 | 31 |
|
44 | 32 | export default { |
45 | 33 | data: function () { |
|
0 commit comments