GitHub Home 页面 explore 区域 css 更新

362 天前
 shineshane
今天打开 GitHub 突然发现 explore 的两侧留空了,这是 GitHub 要有什么动作了么?我大屏幕看起来好空好不适应。
736 次点击
所在节点    程序员
4 条回复
u3u
362 天前
今天早上就发现了,没想到现在还没修,先用 Refined GitHub 插件自定义 CSS 覆盖了,不然看着太难受了 😅

```css
.feed-left-sidebar {
--feed-sidebar: 315px;
}

.feed-content {
max-width: none;
}

.feed-content .feed-main {
max-width: none;
align-items: center;
}

.feed-content .feed-main > main {
max-width: none;
width: 100%;
/* max-width: 680px; */
padding: 0 24px;
}
```

shineshane
362 天前
@u3u 我现在在想这是 bug 还是 feature 🤔
u3u
361 天前
@shineshane 我觉得是 Bug ,没有适配大屏,内容都都不居中
liuhai233
358 天前
现在还没变

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/937568

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX