bfloat16Linux Do 宽屏优化 中发帖

接着这位佬友的继续写了点样式 

增加文章编辑器的宽屏,全屏聊天的宽屏,个性化推荐的宽屏,新人首次发帖标记,上次阅读标记。
安装方法和上面的帖子一致,复制进去覆盖就行了。

@-moz-document domain("linux.do") {
:root {
--d-max-width: 2000px;
}

#reply-control {
max-width: none !important;
}

/* 全屏聊天界面 */
body.has-full-page-chat:not(.discourse-sidebar) {
--max-chat-width: 100%;
}

/* 写文章 */
body.has-sidebar-page #re...