mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-15 10:42:23 +00:00
task-icons: larger emoji in task text than chat
This commit is contained in:
parent
c14e4c8fec
commit
e9cb9b8a9f
2 changed files with 6 additions and 0 deletions
|
|
@ -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%
|
||||
|
|
|
|||
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue