V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
shineshane
V2EX  ›  程序员

GitHub Home 页面 explore 区域 css 更新

  •  
  •   shineshane · 355 天前 · 732 次点击
    这是一个创建于 355 天前的主题,其中的信息可能已经有所发展或是发生改变。
    今天打开 GitHub 突然发现 explore 的两侧留空了,这是 GitHub 要有什么动作了么?我大屏幕看起来好空好不适应。
    4 条回复    2023-05-09 21:45:37 +08:00
    u3u
        1
    u3u  
       355 天前
    今天早上就发现了,没想到现在还没修,先用 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
        2
    shineshane  
    OP
       355 天前
    @u3u 我现在在想这是 bug 还是 feature 🤔
    u3u
        3
    u3u  
       354 天前
    @shineshane 我觉得是 Bug ,没有适配大屏,内容都都不居中
    liuhai233
        4
    liuhai233  
       351 天前
    现在还没变
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1082 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 30ms · UTC 22:37 · PVG 06:37 · LAX 15:37 · JFK 18:37
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.