mirror of
https://ghfast.top/https://github.com/discourse/discourse-translator.git
synced 2026-07-16 11:46:33 +08:00
Currently, only posts are being translated. When a post is the first post, we should include information about the topic. Meta https://meta.discourse.org/t/feature-request-topic-title-translation/144714
13 lines
204 B
SCSS
13 lines
204 B
SCSS
.topic-attribution {
|
|
font-weight: bold;
|
|
margin-bottom: 1em;
|
|
margin-top: 1em;
|
|
}
|
|
.post-attribution {
|
|
color: #8899a6;
|
|
font-size: 12px;
|
|
}
|
|
|
|
button.translated {
|
|
color: var(--tertiary) !important;
|
|
}
|