V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
• 请不要在回答技术问题时复制粘贴 AI 生成的内容
shineshane
V2EX  ›  程序员

GitHub Home 页面 explore 区域 css 更新

  •  
  •   shineshane · May 5, 2023 · 1579 views
    This topic created in 1089 days ago, the information mentioned may be changed or developed.
    今天打开 GitHub 突然发现 explore 的两侧留空了,这是 GitHub 要有什么动作了么?我大屏幕看起来好空好不适应。
    4 replies    2023-05-09 21:45:37 +08:00
    u3u
        1
    u3u  
       May 5, 2023
    今天早上就发现了,没想到现在还没修,先用 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
       May 6, 2023
    @u3u 我现在在想这是 bug 还是 feature 🤔
    u3u
        3
    u3u  
       May 6, 2023
    @shineshane 我觉得是 Bug ,没有适配大屏,内容都都不居中
    awsl2333
        4
    awsl2333  
       May 9, 2023
    现在还没变
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5341 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 52ms · UTC 03:49 · PVG 11:49 · LAX 20:49 · JFK 23:49
    ♥ Do have faith in what you're doing.