File tree Expand file tree Collapse file tree 5 files changed +17
-1569
lines changed
Expand file tree Collapse file tree 5 files changed +17
-1569
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change 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 - 5 px
45- left - 3 px
44+ top 0
45+ left 0
4646 display inline-block
4747 color $accentColor
4848 font-size 2.4rem
You can’t perform that action at this time.
0 commit comments