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

GitHub Home 页面 explore 区域 css 更新

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