diff options
| author | Terry Truong <terry06890@gmail.com> | 2023-01-25 18:41:15 +1100 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2023-01-25 18:41:15 +1100 |
| commit | 56abab8390a50b026433793befc67587c08d5a21 (patch) | |
| tree | 398a8d3d1cab60b13d6be5509f78df19388278fd /src/components/InfoModal.vue | |
| parent | 60db779891bee02dc209bd98d1bc409f043fa6ec (diff) | |
Tweak styling
Highlight current timeline when there are multiple
Make 'From Wikipedia' info-modal label grayer
make horizontal tick labels closer to mainline
Diffstat (limited to 'src/components/InfoModal.vue')
| -rw-r--r-- | src/components/InfoModal.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/InfoModal.vue b/src/components/InfoModal.vue index 237934d..54b386d 100644 --- a/src/components/InfoModal.vue +++ b/src/components/InfoModal.vue @@ -81,7 +81,7 @@ <!-- Description --> <div v-if="eventInfo.desc != null">{{eventInfo.desc}}</div> <div v-else class="text-center text-stone-500 text-sm">(No description found)</div> - <div v-if="event.id > 0" class="text-sm text-right"> + <div v-if="event.id > 0" class="text-sm text-stone-600 text-right mt-1"> From <a :href="'https://en.wikipedia.org/?curid=' + eventInfo.wikiId" target="_blank">Wikipedia</a> (via <a :href="'https://www.wikidata.org/wiki/Q' + event.id" target="_blank">Wikidata</a>) <external-link-icon class="inline-block w-3 h-3 ml-1"/> |
