Skip to content

Commit

Permalink
visual tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen committed Apr 8, 2016
1 parent 1fab1bd commit b736d57
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions assets/core.styl
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ resets(arr)
margin: 0
padding: 0
counter-reset: resets(1..MAX_INDENT)
h1, h2, h3, h4, h5, h6
font-weight: bold
h1
font-size: 2em
h2
Expand All @@ -94,6 +92,8 @@ resets(arr)
font-size: 0.83em
h6
font-size: 0.67em
pre
white-space: pre-wrap
a
text-decoration: underline
blockquote
Expand Down
1 change: 0 additions & 1 deletion assets/snow/toolbar.styl
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ colorItemsPerRow = 7
.ql-picker-label[data-value=\"{num}\"]::before,
.ql-picker-item[data-value=\"{num}\"]::before
content: 'Heading ' + num
font-weight: bold
.ql-picker-item[data-value="1"]::before
font-size: 2em
.ql-picker-item[data-value="2"]::before
Expand Down
5 changes: 4 additions & 1 deletion ui/icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ module.exports = {
'blockquote': require('quill/assets/icons/blockquote.svg'),
'bold' : require('quill/assets/icons/bold.svg'),
'clean' : require('quill/assets/icons/clean.svg'),
'code-block': require('quill/assets/icons/code.svg'),
'color' : require('quill/assets/icons/color.svg'),
'formula' : require('quill/assets/icons/formula.svg'),
'italic' : require('quill/assets/icons/italic.svg'),
'header': {
'1' : require('quill/assets/icons/header.svg'),
Expand All @@ -22,5 +24,6 @@ module.exports = {
'bullet' : require('quill/assets/icons/list-bullet.svg')
},
'strike' : require('quill/assets/icons/strike.svg'),
'underline' : require('quill/assets/icons/underline.svg')
'underline' : require('quill/assets/icons/underline.svg'),
'video' : require('quill/assets/icons/video.svg')
};

0 comments on commit b736d57

Please sign in to comment.