Skip to content

Commit

Permalink
cover restoring and fetch function fixed (#101)
Browse files Browse the repository at this point in the history
* cover restoring fixed

* upd

* fetch fixed in safari

* updated

* plugins

* plugins ready

* code improved

* fixed bug with backspace

* improved architecture
  • Loading branch information
khaydarov authored and neSpecc committed Dec 25, 2016
1 parent b76ec5c commit bc8fb1a
Show file tree
Hide file tree
Showing 53 changed files with 3,924 additions and 189 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ Thumbs.db
/*.sublime-project
/*.sublime-workspace

node_modules/*
plugins/*
node_modules/*
1 change: 1 addition & 0 deletions codex-editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
* Plus button
*/
.ce-toolbar__plus{
position: absolute;
background-image: url('fonts/codex_editor/icon-plus.svg');
background-position: center center;
background-repeat: no-repeat;
Expand Down
Loading

0 comments on commit bc8fb1a

Please sign in to comment.