Fix #4767
This commit is contained in:
parent
5aa5896b22
commit
8555ec2f72
|
@ -78,6 +78,7 @@ export default Vue.extend({
|
||||||
.mk-avatar
|
.mk-avatar
|
||||||
display inline-block
|
display inline-block
|
||||||
vertical-align bottom
|
vertical-align bottom
|
||||||
|
flex-shrink 0
|
||||||
|
|
||||||
&:not(.cat)
|
&:not(.cat)
|
||||||
overflow hidden
|
overflow hidden
|
||||||
|
|
|
@ -215,11 +215,6 @@ export default Vue.extend({
|
||||||
@media (min-width 500px)
|
@media (min-width 500px)
|
||||||
padding 28px 32px 18px 32px
|
padding 28px 32px 18px 32px
|
||||||
|
|
||||||
&:after
|
|
||||||
content ""
|
|
||||||
display block
|
|
||||||
clear both
|
|
||||||
|
|
||||||
> header
|
> header
|
||||||
display flex
|
display flex
|
||||||
line-height 1.1em
|
line-height 1.1em
|
||||||
|
@ -236,6 +231,7 @@ export default Vue.extend({
|
||||||
height 60px
|
height 60px
|
||||||
|
|
||||||
> div
|
> div
|
||||||
|
min-width 0
|
||||||
|
|
||||||
> .name
|
> .name
|
||||||
display inline-block
|
display inline-block
|
||||||
|
|
Loading…
Reference in New Issue