gpt4 book ai didi

css - 增加Rmarkdown主题的宽度 'readthedown'

转载 作者:行者123 更新时间:2023-12-05 02:39:35 24 4
gpt4 key购买 nike

我有一个关于 rmarkdown 的问题。我使用这个主题“readthedown”,我想增加页面的宽度,因为我有一个巨大的灰色右侧面板未使用。我在自定义 css 中尝试了一些东西,如下所示,但它不起作用:

body .main-container {
max-width: 1920px !important;
width: 1920px !important;
}

body {
max-width: 1920px !important;
}

我成功减小了宽度,但没有增加。使用 goole inspector,页面的大小似乎设置为 900px!

最佳答案

您可以通过声明来增加内容宽度:

```{css}
#content{
max-width:1920px;
}
```

默认为 max-width:900px;

但您还需要更改绘图等的宽度。您可以在库 .libPaths() 文件夹中的 rmdformats > templates > readthedown > readthedown.css 下找到 .css 文件。您可以在那里搜索“宽度”。

关于css - 增加Rmarkdown主题的宽度 'readthedown',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/69034784/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com