Skip to content

Commit 6804c16

Browse files
committed
Footer horizontal edges should match the main window
1 parent 2f1c6a7 commit 6804c16

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/App.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ div#wrapper
99
new-release-notification(v-if="isNewReleaseCheckEnabled")
1010
router-view
1111

12-
div.container(style="color: #555; font-size: 0.9em")
12+
div.container(style="color: #555; font-size: 0.9em").px-0.px-md-2
1313
div(style="float: left")
1414
| Made with ❤ by the #[a(href="http://activitywatch.net/contributors/") ActivityWatch developers]
1515
div
1616
span.mt-2(v-show="info", style="color: #888; font-size: 0.8em")
1717
| #[b Version:] {{info.version}}.
1818
| #[b Host:] {{info.hostname}}
19-
div(class="footer")
19+
div.footer
2020
a(href="https://twitter.com/ActivityWatchIt", target="_blank")
2121
icon(name="brands/twitter")
2222
| Twitter

0 commit comments

Comments
 (0)