mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2025-09-15 12:58:48 +08:00
🐛 修復文章頁面部分元素內部文字溢出的錯誤
This commit is contained in:
parent
71c8a37af2
commit
4d9fca6ed6
@ -266,6 +266,9 @@ img
|
|||||||
text-decoration: none
|
text-decoration: none
|
||||||
|
|
||||||
#article-container
|
#article-container
|
||||||
|
word-wrap: break-word
|
||||||
|
overflow-wrap: break-word
|
||||||
|
|
||||||
a
|
a
|
||||||
color: $theme-link-color
|
color: $theme-link-color
|
||||||
|
|
||||||
|
|||||||
@ -117,7 +117,7 @@ function snackbarShow (text, showAction, duration) {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
var Cookies = {
|
const Cookies = {
|
||||||
get: function (name) {
|
get: function (name) {
|
||||||
const value = `; ${document.cookie}`
|
const value = `; ${document.cookie}`
|
||||||
const parts = value.split(`; ${name}=`)
|
const parts = value.split(`; ${name}=`)
|
||||||
@ -143,11 +143,3 @@ if (GLOBAL_CONFIG.islazyload) {
|
|||||||
threshold: 0
|
threshold: 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
window.debounce = debounce
|
|
||||||
|
|
||||||
window.throttle = throttle
|
|
||||||
|
|
||||||
window.isMobile = isMobile
|
|
||||||
|
|
||||||
window.loadScript = loadScript
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user