谷歌搜索结果居中

Center the Google search results.

< Відгуки до 谷歌搜索结果居中

Question/comment

§
Опубліковано: 30.12.2022

没有用的,需要编辑脚本,将执行代码替换为以下内容即可,最佳实践!

(function() {
    'use strict';


    document.body.style.setProperty('--center-abs-margin', 'calc((100vw - var(--center-width) - var(--rhs-width)) / 2)')
})();

Опублікувати відповідь

Sign in to post a reply.