diff options
| author | Terry Truong <terry06890@gmail.com> | 2023-01-22 10:40:54 +1100 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2023-01-22 10:40:54 +1100 |
| commit | 7348360fead15f85f368d4d4d248e41aa4a2f4f2 (patch) | |
| tree | de610877ede4153e30cdd84bbac74713d02f9950 /src/components/SettingsModal.vue | |
| parent | 64a86a3ac647a7b0673f23d7081663182e7bf275 (diff) | |
Add help content
Change 'and onwards' symbol in timeline position label
Set scrollbar color
Diffstat (limited to 'src/components/SettingsModal.vue')
| -rw-r--r-- | src/components/SettingsModal.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/SettingsModal.vue b/src/components/SettingsModal.vue index bc4e980..e30316d 100644 --- a/src/components/SettingsModal.vue +++ b/src/components/SettingsModal.vue @@ -64,7 +64,7 @@ <div class="grid grid-cols-[100px_minmax(0,1fr)_30px] gap-1 w-fit mx-auto px-2 sm:px-4"> <!-- Row 1 --> <label for="scrollRatio" @click="onResetOne('scrollRatio')" :class="rLabelClasses"> - Scroll ratio + Pan ratio </label> <input type="range" min="0.1" max="0.8" step="0.1" v-model.number="store.scrollRatio" @change="onSettingChg('scrollRatio')" name="scrollRatio"/> |
