Skip to content

Commit

Permalink
Update website assets 🤸‍♀️
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeJab committed Mar 27, 2020
1 parent 17bf2a8 commit 67e7bc4
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 19 deletions.
14 changes: 7 additions & 7 deletions assets/demo/mobiledoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,11 @@
left: 50%;
width: 0;
height: 0;
border-left: 0.4em solid transparent;
border-right: 0.4em solid transparent;
border-bottom: 0.4em solid rgba(43,43,43,0.9);
top: -0.4em;
margin-left: -0.4em;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid rgba(43,43,43,0.9);
top: -5px;
margin-left: -5px;
}

/* help keeps mouseover state when moving from link to tooltip */
Expand All @@ -137,8 +137,8 @@
position: absolute;
left: 0;
right: 0;
top: -0.4em;
height: 0.4em;
top: -5px;
height: 5px;
}

.__mobiledoc-tooltip a {
Expand Down
73 changes: 61 additions & 12 deletions assets/demo/mobiledoc.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 67e7bc4

Please sign in to comment.