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:
parent
7edc5d0165
commit
5cf566251a
2 changed files with 38 additions and 43 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue