Skip to content

Commit

Permalink
feat: v4.14.10
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Aug 4, 2023
1 parent e873227 commit ec297e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.14.8",
"version": "4.14.10",
"description": "Surmon.me blog",
"author": "Surmon",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions src/pages/photography/album.vue
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@
top: 50%;
transform: translateY(-50%);
&.prev {
left: $gap;
left: $lg-gap;
}
&.next {
right: $gap;
right: $lg-gap;
}
.button {
Expand Down

0 comments on commit ec297e9

Please sign in to comment.