Redesign the display of entry 'metadata', like author and category, to be way more space-efficient - should make tiny statuses less 'heavy'

This commit is contained in:
Danielle McLean 2018-06-28 11:03:31 +10:00
parent 7edc5d0165
commit 5cf566251a
Signed by: 00dani
GPG key ID: 8EB789DDF3ABD240
2 changed files with 38 additions and 43 deletions

View file

@ -10,7 +10,23 @@ ol.entries, div.entry
&:last-child
margin-bottom 0
.card.h-entry
.h-entry.media
> aside.info
display flex
flex-direction column
align-items center
font-size 0.8rem
margin-right 1rem
a.p-author
text-align center
img.u-photo
border-radius .25rem
height 3em
> *
margin-bottom .25rem
> .card
flex 1
.e-content
ul
list-style-type disc
@ -26,14 +42,3 @@ ol.entries, div.entry
max-width 100%
> :last-child
margin-bottom 0
.card-footer
text-align center
> *
display inline-block
margin-right 1rem
&:last-child
margin-right 0
.h-card > img
height 1em
vertical-align baseline