mirror of
https://ghfast.top/https://github.com/discourse/discourse-translator.git
synced 2026-07-17 11:56:50 +08:00
24 lines
476 B
SCSS
24 lines
476 B
SCSS
[data-identifier="discourse-translator_language-switcher"]
|
|
.fk-d-menu__inner-content {
|
|
max-height: 50vh;
|
|
}
|
|
|
|
.topic-navigation.with-timeline .discourse-translator_toggle-original {
|
|
margin-bottom: 0.5em;
|
|
}
|
|
|
|
.topic-navigation.with-topic-progress .discourse-translator_toggle-original {
|
|
height: 100%;
|
|
aspect-ratio: 1/1;
|
|
|
|
button {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.discourse-translator_toggle-original {
|
|
button.active svg {
|
|
color: var(--tertiary);
|
|
}
|
|
}
|