diff --git a/themes/game/components/GameEmbed.js b/themes/game/components/GameEmbed.js index ec1b79c3..aff7f04b 100644 --- a/themes/game/components/GameEmbed.js +++ b/themes/game/components/GameEmbed.js @@ -98,24 +98,24 @@ export default function GameEmbed({ post, siteInfo }) {
+ className='text-white fixed xl:hidden group space-x-1 flex items-center z-20 pr-3 pl-1 bg-[#202030] rounded-r-2xl shadow-lg '> - + {' '} { document.querySelector('.game-info').scrollIntoView({ behavior: 'smooth', - block: 'end', + block: 'start', inline: 'nearest' }) }}> {/* Title首字母 */} - {siteInfo?.title?.charAt(0)} +