Skip to content

Commit

Permalink
Merge pull request #16 from yeonjulee1005/stage
Browse files Browse the repository at this point in the history
[🚌 version: 0.12.0] push to master
  • Loading branch information
yeonjulee1005 authored Oct 30, 2023
2 parents c1e60fc + 357f74d commit efc3510
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## 안녕하세요. FE 개발자 이연주 입니다.

## Current Version: 0.11.0
## Current Version: 0.12.0

## 🖥️ 사용한 스킬은 아래와 같습니다.

Expand Down
1 change: 1 addition & 0 deletions assets/scss/basic/size_list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ $space-minus-400: -400px;
/**
* ? Space Ratio ?
*/
$space-10vh: 10vh;
$space-20vh: 20vh;
$space-50vh: 50vh;
$space-60vh: 60vh;
Expand Down
2 changes: 1 addition & 1 deletion assets/scss/shared/components/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
.float-mobile-menu {
position: fixed;
align-items: center;
bottom: $space-20vh;
bottom: calc($space-20vh + $space-10vh);
right: $space-30;
opacity: .4;
width: $space-50;
Expand Down
2 changes: 1 addition & 1 deletion assets/scss/shared/pages/blog_detail.scss
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
.like-button {
position: fixed;
width: fit-content;
bottom: calc($space-20vh + $space-30);
bottom: $space-20vh;
right: $space-36;
z-index: 10;
.fixed-like {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Dewdew",
"email": "yeonju.lee1005@gmail.com"
},
"version": "0.11.0",
"version": "0.12.0",
"private": true,
"scripts": {
"build": "nuxt build",
Expand Down
4 changes: 2 additions & 2 deletions pages/blog/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
@click-affix="updateLikeCount"
/>
<el-backtop
:bottom="120"
:right="30"
:bottom="90"
:right="36"
/>
</div>
</template>
Expand Down
4 changes: 2 additions & 2 deletions pages/blog/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
/>
<el-backtop
target=".blog-lists"
:bottom="120"
:right="30"
:bottom="150"
:right="36"
/>
<CreateArticleDialog
:create-article-trigger="createArticleTrigger"
Expand Down

0 comments on commit efc3510

Please sign in to comment.