We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cec99e6 commit d92c6f5Copy full SHA for d92c6f5
layouts/Category.vue
@@ -101,13 +101,12 @@ export default {
101
.category-item {
102
vertical-align: middle;
103
margin: 4px 8px 10px;
104
- padding: 8px 14px;
105
display: inline-block;
106
cursor: pointer;
107
border-radius: 2px;
108
font-size: 13px;
109
box-shadow 0 1px 4px 0 rgba(0,0,0,0.2)
110
- transition: all .5s
+ transition: all .5s
111
&:hover, &.active {
112
background $accentColor
113
a span.category-name {
@@ -117,9 +116,12 @@ export default {
117
116
}
118
119
120
-
121
a {
122
display flex
+ box-sizing border-box
+ width 100%
123
+ height 100%
124
+ padding: 8px 14px;
125
justify-content: space-between
126
align-items center
127
color: #666
0 commit comments