X/Twitter きれいなメニューとサイドバー(多言語対応)

清潔なメニュー、Grok、高度なサブスクリプション、認証済み組織、他の、探索、通知、メッセージ、コミュニティ、ブックマーク、右側カラム、ミュート通知、およびカスタム設定

< X/Twitter きれいなメニューとサイドバー(多言語対応)についてのフィードバック

レート:良 – スクリプトは良好に動作する

§
投稿日: 2025/04/09

if (settings.useLargerCSS) {
// 计算左侧边栏宽度,使整体布局居中
const sidebarWidth = Math.max(68, Math.floor((window.innerWidth - settings.cssWidth) / 2) - 20);

cssRules += `.r-1ye8kvj { max-width: ${settings.cssWidth}px !important; }`;
cssRules += '.r-10f7w94 { margin-right: 0px !important; }';
// 动态计算左侧边栏宽度,使整体布局居中
cssRules += `.css-175oi2r.r-1f2l425.r-13qz1uu.r-417010.r-18u37iz > header { max-width: ${sidebarWidth}px !important; }`;

// 添加主容器居中样式
cssRules += '.css-175oi2r.r-aqfbo4.r-gtdqiz.r-1gn8etr.r-1g40b8q { justify-content: center !important; }';
}
===
反正 AI 告诉我,这么搞就能让页面居中了.
博主,要不你再优化一下

返信を投稿

返信を投稿するにはログインしてください。

长期地址
遇到问题?请前往 GitHub 提 Issues。