mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-16 20:30:53 +08:00
- fix: 修正 Umami Analytics API 參數與資料處理邏輯
- style: 最佳化程式碼高亮工具列顯示與間距設定 - improve: 改善複製工具提示的定位邏輯 - bump: 版本號更新至 5.5.3
This commit is contained in:
@@ -113,6 +113,10 @@ $code-block
|
||||
margin: 2px
|
||||
|
||||
i
|
||||
display: inline-flex
|
||||
justify-content: center
|
||||
align-items: center
|
||||
padding: 5px
|
||||
cursor: pointer
|
||||
transition: all .3s
|
||||
|
||||
@@ -128,7 +132,7 @@ $code-block
|
||||
|
||||
if !$highlight_macstyle
|
||||
& > .macStyle
|
||||
padding: 0
|
||||
margin: 0
|
||||
|
||||
.code-lang
|
||||
flex: 1 1 auto
|
||||
@@ -182,6 +186,7 @@ if $highlight_macstyle
|
||||
.highlight-tools
|
||||
.macStyle
|
||||
display: flex
|
||||
padding: 3px
|
||||
|
||||
& > *
|
||||
margin-right: 8px
|
||||
|
||||
Reference in New Issue
Block a user