【问题标题】:How to make the sidebar wider in docsify?如何在 docsify 中使侧边栏更宽?
【发布时间】:2021-01-05 16:04:52
【问题描述】:

我在 index.html 部分尝试了以下内容,但它什么也没做:

  <style>
  :root {
    --sidebar-width : 100rem;
  }
  </style>

这是 docsify 的普通用法。

【问题讨论】:

    标签: css docsify


    【解决方案1】:

    删除&lt;style&gt; 部分并将您的代码添加到theme.css

    :root {
        --sidebar-width : 100rem;
      }
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2017-12-06
      • 2023-03-30
      • 2015-01-12
      • 1970-01-01
      • 1970-01-01
      • 2013-10-16
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多