Skip to content

Commit

Permalink
feat: v4.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Aug 27, 2023
1 parent 9310379 commit d788bb0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "surmon.me",
"version": "4.19.0",
"version": "4.19.1",
"description": "Surmon.me blog",
"author": "Surmon",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/config/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const META = Object.freeze({

export const GEO_INFO = Object.freeze({
zh_title: '长居亚洲,游走热带',
en_title: 'UTC +08:00 ~ +09:00',
en_title: 'UTC +07:00 ~ +09:00',
coordinates: [103.830391822121, 1.340863]
})

Expand Down
7 changes: 5 additions & 2 deletions src/pages/about/footprint/modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,13 @@

.placemarks {
list-style: none;
overflow: hidden;

.placemark {
line-height: 2;
cursor: pointer;
display: flex;
scroll-snap-align: start;
line-height: 2.2;
cursor: pointer;
&:hover {
color: $text;
}
Expand All @@ -159,6 +161,7 @@

.text {
margin-left: $sm-gap;
max-width: 80%;
@include text-overflow();
}
}
Expand Down

0 comments on commit d788bb0

Please sign in to comment.