Skip to content

Commit 74419ec

Browse files
committed
fix: minor fixes
1 parent 03265f3 commit 74419ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/views/activity/Activity.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ div
3434
span.d-none.d-md-inline
3535
| Refresh
3636

37-
aw-periodusage(:periodusage_arr="periodusage", @update="setDate")
37+
aw-periodusage.mt-2(:periodusage_arr="periodusage", @update="setDate")
3838

3939
ul.row.nav.nav-tabs.mt-4
4040
li.nav-item(v-for="view in views")
@@ -67,7 +67,7 @@ div
6767
b-form-checkbox(v-model="filterAFK" size="sm")
6868
| Exclude AFK time
6969
icon#filterAFKHelp(name="question-circle" style="opacity: 0.4")
70-
b-tooltip(target="filterAFKHelp" v-b-tooltip.hover title="Filter away time where the AFK watcher couldn't detect input.")
70+
b-tooltip(target="filterAFKHelp" v-b-tooltip.hover title="Filter away time where the AFK watcher didn't detect any input.")
7171
b-form-checkbox(v-model="includeAudible" :disabled="!filterAFK" size="sm")
7272
| Count audible browser tab as active
7373
icon#includeAudibleHelp(name="question-circle" style="opacity: 0.4")

src/visualizations/PeriodUsage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template lang="pug">
2-
svg.mt-3.mb-1
2+
svg
33
</template>
44

55
<style scoped lang="scss">

0 commit comments

Comments
 (0)