@awesomerobot 我似乎无法找到正确的方法让容器变宽一些(与默认的 Discourse 主题一样宽)Imgur: The magic of the Internet
有什么建议吗?
@awesomerobot 我似乎无法找到正确的方法让容器变宽一些(与默认的 Discourse 主题一样宽)Imgur: The magic of the Internet
有什么建议吗?
您将需要添加一些 CSS 来编辑 #main-outlet 的 max-width……效果可能如下所示:
#main-outlet {
width: auto;
max-width: 1010px; /* 这使容器与徽标/标题控件一样宽 */
}
运行正常!谢谢!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.