nathank
(Nathan Kershaw)
28.Июль.2021 02:50:37
7
Чтобы кастомизации Wiki корректно работали в личных сообщениях с новыми изменениями , предлагаю внести небольшую правку в CSS, чтобы она применялась к .cooked:
// Настраивает посты Wiki
.wiki .topic-body .cooked {
background-color: #e8f9fd;
animation: none;
}
.post-info.edits .wiki::before {
content: "Пост Wiki";
margin-right: 5px;
font-weight: bold;
}
Я также добавлю это в первое сообщение темы.
Позже…
А ради интереса я превратил это в компонент темы с возможностью настройки цвета фона и текста.
Simple Description
This theme component enables you to make Wiki posts (and Shared Edits posts) more obvious.
Wikis and Shared Edits are a powerful feature of Discourse, but many users are unfamiliar with the concept and find the UI just a bit too subtle. This component makes it crystal clear, packaging the content from Change the style of a wiki post .
Screenshots
[image]
Detailed Description
Installing this component enables you to control the background colour of Wiki posts, and to add s…
2 лайка