mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-16 17:40:55 +08:00
label 3.8.0
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
font-size: 1.2em
|
||||
|
||||
span
|
||||
margin-left: .5rem
|
||||
margin-left: .3rem
|
||||
|
||||
.sticky_layout
|
||||
+minWidth900()
|
||||
|
||||
@@ -55,25 +55,21 @@
|
||||
@extend .limit-one-line
|
||||
position: relative
|
||||
display: block
|
||||
padding: .3rem 1.5rem
|
||||
padding: .3rem 1.5rem .3rem 1.1rem
|
||||
color: var(--font-color)
|
||||
font-size: 1.15em
|
||||
cursor: pointer
|
||||
|
||||
&:hover
|
||||
background: var(--text-bg-hover)
|
||||
|
||||
i:first-child
|
||||
width: 25%
|
||||
width: 15%
|
||||
text-align: left
|
||||
|
||||
span
|
||||
width: 75%
|
||||
|
||||
&:hover
|
||||
color: $light-blue
|
||||
|
||||
.expand
|
||||
position: absolute
|
||||
top: .78em
|
||||
right: .4rem
|
||||
right: .9rem
|
||||
transition: transform .3s
|
||||
|
||||
&.hide
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#vcomment,
|
||||
#waline
|
||||
#vcomment
|
||||
font-size: 1.1em
|
||||
|
||||
.vbtn
|
||||
@@ -21,6 +20,18 @@
|
||||
&:after
|
||||
z-index: 22
|
||||
|
||||
#waline-wrap
|
||||
--waline-font-size: 1.1em
|
||||
--waline-theme-color: $button-bg
|
||||
--waline-active-color: $button-hover-color
|
||||
--waline-avatar-size: 2.75rem
|
||||
|
||||
.vuser
|
||||
transition: all .5s
|
||||
|
||||
&:hover
|
||||
transform: rotate(360deg)
|
||||
|
||||
if hexo-config('valine.bg')
|
||||
#vcomment
|
||||
textarea
|
||||
|
||||
Reference in New Issue
Block a user