Skip to content

Commit ebacfe2

Browse files
author
reco_luan
committed
fix: change icon name
1 parent a9cf0b1 commit ebacfe2

File tree

5 files changed

+17
-1569
lines changed

5 files changed

+17
-1569
lines changed

components/Navbar.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ $navbar-horizontal-padding = 1.5rem
122122
flex: 0 0 auto
123123
vertical-align top
124124
.screenfull
125+
margin-top .4rem
126+
height 1.6rem
125127
margin-right 1rem
126128
127129
@media (max-width: $MQMobile)

components/NoteAbstractItem.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div
33
class="abstract-item">
4-
<i v-if="item.frontmatter.sticky" class="iconfont reco-place-to-top"></i>
4+
<i v-if="item.frontmatter.sticky" class="iconfont reco-sticky"></i>
55
<div class="title">
66
<i v-if="item.frontmatter.keys" class="iconfont reco-lock"></i>
77
<router-link :to="item.path">{{item.title}}</router-link>
@@ -39,10 +39,10 @@ export default {
3939
box-sizing: border-box;
4040
transition all .3s
4141
background-color $bgColor
42-
.reco-place-to-top
42+
.reco-sticky
4343
position absolute
44-
top -5px
45-
left -3px
44+
top 0
45+
left 0
4646
display inline-block
4747
color $accentColor
4848
font-size 2.4rem

0 commit comments

Comments
 (0)