mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -07:00
Fix #4767
This commit is contained in:
parent
41b4c81335
commit
740fc071ac
2 changed files with 2 additions and 5 deletions
|
@ -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 a new issue