diff options
author | Eugene Jeon <eugenejeon.me@gmail.com> | 2020-01-12 20:43:56 +0900 |
---|---|---|
committer | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2020-04-18 23:27:15 +0800 |
commit | 60844e829b4c97b57744384d48718410c37d697a (patch) | |
tree | e6dc170391e3af7ab1ac2e95aa2844be8fed491b /assets | |
parent | 5ec3bea7dc3cda6e774a0ed1b5f0ac05aac023c7 (diff) |
fix(js): infnity scrolling post on the Chrome and Safari (#225)
Closes #209, Closes 223
Diffstat (limited to 'assets')
-rw-r--r-- | assets/sass/_partial/_post/_content.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/sass/_partial/_post/_content.scss b/assets/sass/_partial/_post/_content.scss index 688a924..b21d3df 100644 --- a/assets/sass/_partial/_post/_content.scss +++ b/assets/sass/_partial/_post/_content.scss @@ -23,6 +23,7 @@ .icon-link { visibility: hidden; font-size: 16px; + display: contents; &:before { vertical-align: middle; |