Skip to content

Commit

Permalink
fix quick jump link; add border style around video
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed May 1, 2022
1 parent 6c263bc commit 6ec0adf
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 4 deletions.
25 changes: 24 additions & 1 deletion calcit.cirru

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

6 changes: 4 additions & 2 deletions compact.cirru
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

{} (:package |docs-workflow)
:configs $ {} (:init-fn |docs-workflow.main/main!) (:reload-fn |docs-workflow.main/reload!) (:version |0.0.9)
:configs $ {} (:init-fn |docs-workflow.main/main!) (:reload-fn |docs-workflow.main/reload!) (:version |0.0.10)
:modules $ [] |respo.calcit/ |lilac/ |memof/ |respo-ui.calcit/ |respo-markdown.calcit/ |reel.calcit/ |respo-router.calcit/ |alerts.calcit/
:entries $ {}
:files $ {}
Expand Down Expand Up @@ -67,7 +67,7 @@
:border-right $ str "\"1px solid " (hsl 0 0 94)
div
{}
:style $ {} (:position :absolute) (:right 8) (:top 4)
:style $ {} (:position :absolute) (:right 8) (:top 4) (:z-index 100)
:on-click $ fn (e d!) (.show quick-modal d!)
<> "\"Quick Jump" $ merge
{} (:cursor :pointer) (:font-family ui/font-fancy)
Expand Down Expand Up @@ -237,6 +237,8 @@
{} (:padding "\"8px 16px")
:background-color $ hsl 0 0 100 0.6
:position :relative
"\"$0 iframe" $ {}
:border $ str "\"1px solid " (hsl 0 0 86)
|css-speech-button $ quote
defstyle css-speech-button $ {}
"\"$0" $ {} (:position :absolute) (:top 32) (:right 8) (:font-family css/font-fancy)
Expand Down
3 changes: 3 additions & 0 deletions docs/cirru.md

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.9",
"version": "0.0.10",
"name": "@calcit/docs-workflow",
"dependencies": {
"@calcit/procs": "^0.5.41",
Expand Down

0 comments on commit 6ec0adf

Please sign in to comment.