task-icons: larger emoji in task text than chat

This commit is contained in:
Tyler Renelle 2013-12-29 01:24:02 -07:00
parent c14e4c8fec
commit e9cb9b8a9f
2 changed files with 6 additions and 0 deletions

View file

@ -119,6 +119,11 @@ for $stage in $stages
line-height: 1.4
word-wrap: break-word
span.emoji
width:1.5em
height:1.5em
background-size:1.5em
// task due date (for to-dos)
.task-date
font-size: 70%

View file

@ -62,6 +62,7 @@ li(bindonce='list', ng-repeat='task in obj[list.type+"s"] | completedFilter: lis
// main content
p.task-text
markdown(ng-model='task.text',target='_blank')
//-| {{task.text}}
// edit/options dialog
div(ng-if='task._editing')