Skip to content

Commit

Permalink
Merge pull request #23 from jiyinyiyong/fix-image
Browse files Browse the repository at this point in the history
fix image displaying in large monitor
  • Loading branch information
NoEgAm authored Jan 31, 2024
2 parents 5fa7097 + 1fe07a2 commit a49b88f
Show file tree
Hide file tree
Showing 5 changed files with 138 additions and 136 deletions.
8 changes: 8 additions & 0 deletions calcit.cirru
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,14 @@
:data $ {}
|T $ %{} :Leaf (:at 1536257013454) (:by |rJG4IHzWf) (:text |:height)
|j $ %{} :Leaf (:at 1536257014062) (:by |rJG4IHzWf) (:text |80)
|t $ %{} :Expr (:at 1705477564154) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at 1705477564020) (:by |rJG4IHzWf) (:text |:backface-visibility)
|b $ %{} :Leaf (:at 1705477566704) (:by |rJG4IHzWf) (:text |:hidden)
|u $ %{} :Expr (:at 1705478334436) (:by |rJG4IHzWf)
:data $ {}
|D $ %{} :Leaf (:at 1705478338742) (:by |rJG4IHzWf) (:text |:image-rendering)
|T $ %{} :Leaf (:at 1705478341494) (:by |rJG4IHzWf) (:text "|\"-webkit-optimize-contrast")
|b $ %{} :Expr (:at 1668768540566) (:by |rJG4IHzWf)
:data $ {}
|T $ %{} :Leaf (:at 1668768541197) (:by |rJG4IHzWf) (:text |div)
Expand Down
2 changes: 1 addition & 1 deletion compact.cirru
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
icon $ :icon app
img $ {}
:src $ str "\"https://cdn.tiye.me/logo/" icon
:style $ {} (:width 80) (:height 80)
:style $ {} (:width 80) (:height 80) (:backface-visibility :hidden) (:image-rendering "\"-webkit-optimize-contrast")
div
{} $ :class-name css-name-icon
<> $ first (:name app)
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"/>
<link rel="stylesheet" type="text/css" href="http://cdn.tiye.me/favored-fonts/main-fonts.css">
<link rel="stylesheet" type="text/css" href="https://cdn.tiye.me/favored-fonts/main-fonts.css">
<link rel="stylesheet" type="text/css" href="./entry/main.css">
</head>

Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
"vite": "^5.0.12"
},
"dependencies": {
"@calcit/procs": "^0.8.14",
"dayjs": "^1.11.10",
"shortid": "^2.2.16"
"@calcit/procs": "^0.8.16",
"dayjs": "^1.11.10"
}
}
Loading

0 comments on commit a49b88f

Please sign in to comment.