Skip to content

Commit 6ec0adf

Browse files
committed
fix quick jump link; add border style around video
1 parent 6c263bc commit 6ec0adf

File tree

4 files changed

+32
-4
lines changed

4 files changed

+32
-4
lines changed

calcit.cirru

Lines changed: 24 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compact.cirru

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
{} (:package |docs-workflow)
3-
:configs $ {} (:init-fn |docs-workflow.main/main!) (:reload-fn |docs-workflow.main/reload!) (:version |0.0.9)
3+
:configs $ {} (:init-fn |docs-workflow.main/main!) (:reload-fn |docs-workflow.main/reload!) (:version |0.0.10)
44
:modules $ [] |respo.calcit/ |lilac/ |memof/ |respo-ui.calcit/ |respo-markdown.calcit/ |reel.calcit/ |respo-router.calcit/ |alerts.calcit/
55
:entries $ {}
66
:files $ {}
@@ -67,7 +67,7 @@
6767
:border-right $ str "\"1px solid " (hsl 0 0 94)
6868
div
6969
{}
70-
:style $ {} (:position :absolute) (:right 8) (:top 4)
70+
:style $ {} (:position :absolute) (:right 8) (:top 4) (:z-index 100)
7171
:on-click $ fn (e d!) (.show quick-modal d!)
7272
<> "\"Quick Jump" $ merge
7373
{} (:cursor :pointer) (:font-family ui/font-fancy)
@@ -237,6 +237,8 @@
237237
{} (:padding "\"8px 16px")
238238
:background-color $ hsl 0 0 100 0.6
239239
:position :relative
240+
"\"$0 iframe" $ {}
241+
:border $ str "\"1px solid " (hsl 0 0 86)
240242
|css-speech-button $ quote
241243
defstyle css-speech-button $ {}
242244
"\"$0" $ {} (:position :absolute) (:top 32) (:right 8) (:font-family css/font-fancy)

docs/cirru.md

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.9",
2+
"version": "0.0.10",
33
"name": "@calcit/docs-workflow",
44
"dependencies": {
55
"@calcit/procs": "^0.5.41",

0 commit comments

Comments
 (0)